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