public enum PoRevision extends java.lang.Enum<PoRevision>
| Enum Constant and Description |
|---|
REV1_0
Calypso Revision 1 (CLA 0x94)
|
REV2_4
Calypso Revision 2.4 (CLA 0x94)
|
REV3_1
Calypso Revision 3.1 (CLA 0x00)
|
REV3_1_CLAP
Calypso Revision 3.1 CLAP (CLA 0x00, application type 0x90)
|
REV3_2
Calypso Revision 3.2 (CLA 0x00)
|
| Modifier and Type | Method and Description |
|---|---|
static PoRevision |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoRevision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoRevision REV1_0
public static final PoRevision REV2_4
public static final PoRevision REV3_1
public static final PoRevision REV3_1_CLAP
public static final PoRevision REV3_2
public static PoRevision[] values()
for (PoRevision c : PoRevision.values()) System.out.println(c);
public static PoRevision 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