|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TriState | |
|---|---|
| com.programix.util | Assorted utilities including StringTools, ObjectTools, TriState, and more. |
| com.programix.value | The Value framework for encapsulating "values" generically in a way that they can be coerced into other types. |
| Uses of TriState in com.programix.util |
|---|
| Fields in com.programix.util declared as TriState | |
|---|---|
static TriState |
TriState.NO
Indicates that the state is known and that it is "no" (or "false", or "off", or "negative"). |
static TriState |
TriState.UNKNOWN
Indicates that the state is unknown (neither "yes" or "no" is known at this point). |
static TriState |
TriState.YES
Indicates that the state is known and that it is "yes" (or "true", or "on", or "affirmative"). |
| Fields in com.programix.util with type parameters of type TriState | |
|---|---|
static List<TriState> |
TriState.VALUE_LIST
An unmodifiable List of all the instances of TriState. |
| Methods in com.programix.util that return TriState | |
|---|---|
static TriState[] |
TriState.getValues()
Returns an array of all the instances of TriState. |
static TriState |
TriState.valueOf(String name)
Returns the instance whose getName() method returns
a String that matches the name passed in. |
| Methods in com.programix.util with parameters of type TriState | |
|---|---|
int |
TriState.compareTo(TriState other)
|
| Uses of TriState in com.programix.value |
|---|
| Methods in com.programix.value that return TriState | |
|---|---|
TriState |
AbstractValue.getTriState()
|
TriState |
Value.getTriState()
Returns the encapsulated value interpreted as a TriState. |
TriState |
ValueMap.getTriState(String key)
Returns the value stored under the specified required key as a TriState. |
TriState |
ValueMap.getTriState(String key,
TriState defaultValue)
Returns the value stored under the specified optional key as a TriState. |
| Methods in com.programix.value with parameters of type TriState | |
|---|---|
TriState |
ValueMap.getTriState(String key,
TriState defaultValue)
Returns the value stored under the specified optional key as a TriState. |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||