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