| Package | Description |
|---|---|
| com.phloc.commons.state |
| Modifier and Type | Method and Description |
|---|---|
static ETriState |
ETriState.getFromIDOrDefault(String sID,
ETriState eDefault) |
static ETriState |
ETriState.getFromIDOrNull(String sID) |
static ETriState |
ETriState.getFromIDOrUndefined(String sID) |
static ETriState |
ETriState.valueOf(boolean bValue) |
static ETriState |
ETriState.valueOf(Boolean aValue) |
static ETriState |
ETriState.valueOf(ITriState aTriState) |
static ETriState |
ETriState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETriState[] |
ETriState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ETriState |
ETriState.getFromIDOrDefault(String sID,
ETriState eDefault) |
Copyright © 2006–2015 phloc systems. All rights reserved.