com.pax.dal.entity
Enum EM1KeyType
- java.lang.Object
-
- java.lang.Enum<EM1KeyType>
-
- com.pax.dal.entity.EM1KeyType
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<EM1KeyType>
public enum EM1KeyType extends java.lang.Enum<EM1KeyType>
M1 Card Type
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description bytegetM1KeyType()static EM1KeyTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EM1KeyType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TYPE_A
public static final EM1KeyType TYPE_A
TYPE_A
-
TYPE_B
public static final EM1KeyType TYPE_B
TYPE_B
-
-
Method Detail
-
values
public static EM1KeyType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EM1KeyType c : EM1KeyType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EM1KeyType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getM1KeyType
public byte getM1KeyType()
-
-