| Package | Description |
|---|---|
| com.helger.commons.state |
| Modifier and Type | Method and Description |
|---|---|
default EFinish |
IFinishIndicator.and(IFinishIndicator aFinish) |
default EFinish |
IFinishIndicator.or(IFinishIndicator aFinish) |
static EFinish |
EFinish.valueOf(boolean bFinished) |
static EFinish |
EFinish.valueOf(IFinishIndicator aFinishIndicator) |
static EFinish |
EFinish.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFinish[] |
EFinish.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.