| Package | Description |
|---|---|
| com.phloc.commons.state |
| Modifier and Type | Method and Description |
|---|---|
EEnabled |
EEnabled.and(IEnabledIndicator aEnabled) |
EEnabled |
EEnabled.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 © 2006–2015 phloc systems. All rights reserved.