public class SelectTarget extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static SelectTarget |
NOT_SPECIFIED
The instance of Not Specified
|
static SelectTarget[] |
PRIVATE_VALUES |
static SelectTarget |
SELECTED
The instance of Selected
|
static SelectTarget |
SESSION_0
The instance of Session 0
|
static SelectTarget |
SESSION_1
The instance of Session 1
|
static SelectTarget |
SESSION_2
The instance of Session 2
|
static SelectTarget |
SESSION_3
The instance of Session 3
|
Modifier and Type | Method and Description |
---|---|
static SelectTarget[] |
getValues() |
static SelectTarget |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final SelectTarget NOT_SPECIFIED
public static final SelectTarget SESSION_0
public static final SelectTarget SESSION_1
public static final SelectTarget SESSION_2
public static final SelectTarget SESSION_3
public static final SelectTarget SELECTED
public static final SelectTarget[] PRIVATE_VALUES
public static final SelectTarget[] getValues()
public static final SelectTarget Parse(java.lang.String parameter)