public static enum ImportInfo.Type extends Enum<ImportInfo.Type>
Modifier and Type | Method and Description |
---|---|
static ImportInfo.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportInfo.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportInfo.Type CRE
public static final ImportInfo.Type MOD
public static final ImportInfo.Type DEL
public static final ImportInfo.Type REP
public static final ImportInfo.Type NOP
public static final ImportInfo.Type ERR
public static final ImportInfo.Type MIS
public static ImportInfo.Type[] values()
for (ImportInfo.Type c : ImportInfo.Type.values()) System.out.println(c);
public static ImportInfo.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"