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