public static enum ImportInfo.Type extends java.lang.Enum<ImportInfo.Type>
| Modifier and Type | Method and Description |
|---|---|
static ImportInfo.Type |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"