public class QuerySelect extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static QuerySelect |
ALL
The instance of All
|
static QuerySelect |
NOT_SELECTED
The instance of Not Selected
|
static QuerySelect |
NOT_SPECIFIED
The instance of Not Specified
|
static QuerySelect[] |
PRIVATE_VALUES |
static QuerySelect |
SELECTED
The instance of Selected
|
Modifier and Type | Method and Description |
---|---|
static QuerySelect[] |
getValues() |
static QuerySelect |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final QuerySelect NOT_SPECIFIED
public static final QuerySelect ALL
public static final QuerySelect NOT_SELECTED
public static final QuerySelect SELECTED
public static final QuerySelect[] PRIVATE_VALUES
public static final QuerySelect[] getValues()
public static final QuerySelect Parse(java.lang.String parameter)