public class TriState extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static TriState |
NO
The instance of No
|
static TriState |
NOT_SPECIFIED
The instance of Not Specified
|
static TriState[] |
PRIVATE_VALUES |
static TriState |
YES
The instance of Yes
|
Modifier and Type | Method and Description |
---|---|
static TriState[] |
getValues() |
static TriState |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString