|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ITSOCardType>
com.ecebs.rtd.enabler.types.card.itso.ITSOCardType
public enum ITSOCardType
Used to specify the Customer Media Defintion (CMD) type of a connected, ITSO-compatible card
Enum Constant Summary | |
---|---|
CMD1
Mifare Standard 1K |
|
CMD2
Generic micro-processor |
|
CMD3
Mifare standard 4K |
|
CMD4
Mifare ultra light |
|
CMD5
Innovision Jewel-0301/70 |
|
CMD6
London Oyster |
|
CMD7
Mifare DESFire |
|
CMD8
Calypso |
Method Summary | |
---|---|
boolean |
isSupportedByRTD()
Check if this CMD is supported by RTD |
static ITSOCardType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ITSOCardType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ITSOCardType CMD1
public static final ITSOCardType CMD2
public static final ITSOCardType CMD3
public static final ITSOCardType CMD4
public static final ITSOCardType CMD5
public static final ITSOCardType CMD6
public static final ITSOCardType CMD7
public static final ITSOCardType CMD8
Method Detail |
---|
public static ITSOCardType[] values()
for (ITSOCardType c : ITSOCardType.values()) System.out.println(c);
public static ITSOCardType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic boolean isSupportedByRTD()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |