public static enum ISAPEngine.IsapType extends java.lang.Enum<ISAPEngine.IsapType>
Enum Constant and Description |
---|
ISAP_A_128 |
ISAP_A_128A |
ISAP_K_128 |
ISAP_K_128A |
Modifier and Type | Method and Description |
---|---|
static ISAPEngine.IsapType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ISAPEngine.IsapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISAPEngine.IsapType ISAP_A_128A
public static final ISAPEngine.IsapType ISAP_K_128A
public static final ISAPEngine.IsapType ISAP_A_128
public static final ISAPEngine.IsapType ISAP_K_128
public static ISAPEngine.IsapType[] values()
for (ISAPEngine.IsapType c : ISAPEngine.IsapType.values()) System.out.println(c);
public static ISAPEngine.IsapType 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