|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Gen2.Tari>
com.thingmagic.Gen2.Tari
public static enum Gen2.Tari
Enum Constant Summary | |
---|---|
TARI_12_5US
|
|
TARI_25US
|
|
TARI_6_25US
|
Method Summary | |
---|---|
static Gen2.Tari |
get(int rep)
|
int |
getCode()
|
static int |
getTari(Gen2.Tari t)
|
static Gen2.Tari |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Gen2.Tari[] |
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 Gen2.Tari TARI_25US
public static final Gen2.Tari TARI_12_5US
public static final Gen2.Tari TARI_6_25US
Method Detail |
---|
public static Gen2.Tari[] values()
for (Gen2.Tari c : Gen2.Tari.values()) System.out.println(c);
public static Gen2.Tari 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 name
java.lang.NullPointerException
- if the argument is nullpublic static int getTari(Gen2.Tari t)
public int getCode()
public static Gen2.Tari get(int rep)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |