|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<Gen2.Target>
com.thingmagic.Gen2.Target
public static enum Gen2.Target
Target algorithm options
| Enum Constant Summary | |
|---|---|
A
Search target A |
|
AB
Search target A until exhausted, then search target B |
|
B
Search target B |
|
BA
Search target B until exhausted, then search target A |
|
| Method Summary | |
|---|---|
static Gen2.Target |
get(int rep)
|
int |
getCode()
|
static Gen2.Target |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Gen2.Target[] |
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.Target AB
public static final Gen2.Target BA
public static final Gen2.Target A
public static final Gen2.Target B
| Method Detail |
|---|
public static Gen2.Target[] values()
for (Gen2.Target c : Gen2.Target.values()) System.out.println(c);
public static Gen2.Target 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 int getCode()
public static Gen2.Target get(int rep)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||