| Package | Description |
|---|---|
| com.helger.commons.concurrent | |
| com.helger.commons.state |
| Modifier and Type | Method and Description |
|---|---|
ETriState |
BasicThreadFactory.getDaemon()
Returns the daemon flag.
|
| 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 © 2014–2019 Philip Helger. All rights reserved.