Uses of Class
com.helger.commons.state.EMandatory
-
Packages that use EMandatory Package Description com.helger.commons.state -
-
Uses of EMandatory in com.helger.commons.state
Methods in com.helger.commons.state that return EMandatory Modifier and Type Method Description default EMandatoryIMandatoryIndicator. and(IMandatoryIndicator aMandatory)default EMandatoryIMandatoryIndicator. or(IMandatoryIndicator aMandatory)static EMandatoryEMandatory. valueOf(boolean bMandatory)Returns the enum constant of this type with the specified name.static EMandatoryEMandatory. valueOf(IMandatoryIndicator aMandatoryIndicator)Returns the enum constant of this type with the specified name.static EMandatoryEMandatory. 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.
-