public enum EloPlatform extends java.lang.Enum<EloPlatform>
Enum Constant and Description |
---|
AECM
AECM Platform
|
I_SERIES_1
I-Series 1.0 platform
|
I_SERIES_2
I-Series 2.0 Platform
|
PAYPOINT_1
PayPoint 1.0 platform.
|
PAYPOINT_2
PayPoint Plus platform
|
PAYPOINT_REFRESH
PayPoint Rev B Platform.
|
PUCK
Puck Platform
|
Modifier and Type | Method and Description |
---|---|
static EloPlatform |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EloPlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EloPlatform PAYPOINT_1
public static final EloPlatform PAYPOINT_REFRESH
public static final EloPlatform PAYPOINT_2
public static final EloPlatform I_SERIES_1
public static final EloPlatform I_SERIES_2
public static final EloPlatform AECM
public static final EloPlatform PUCK
public static EloPlatform[] values()
for (EloPlatform c : EloPlatform.values()) System.out.println(c);
public static EloPlatform 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