public static enum APIConstants.SelectionCriteria extends java.lang.Enum<APIConstants.SelectionCriteria>
Enum Constant and Description |
---|
ACTIVE
ACTIVE - Refers to only the Active Elements.
|
ALL
ALL - Refers to all Elements i.e both Active and Passive Elements.
|
PASSIVE
PASSIVE - Refers to only Passive Elements
|
Modifier and Type | Method and Description |
---|---|
static APIConstants.SelectionCriteria |
getSelectionCriteria(java.lang.String value) |
static APIConstants.SelectionCriteria |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.SelectionCriteria[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConstants.SelectionCriteria ALL
public static final APIConstants.SelectionCriteria ACTIVE
public static final APIConstants.SelectionCriteria PASSIVE
public static APIConstants.SelectionCriteria[] values()
for (APIConstants.SelectionCriteria c : APIConstants.SelectionCriteria.values()) System.out.println(c);
public static APIConstants.SelectionCriteria 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 nullpublic static APIConstants.SelectionCriteria getSelectionCriteria(java.lang.String value)
value
-