Uses of Interface
com.helger.commons.state.IMandatoryIndicator
-
Packages that use IMandatoryIndicator Package Description com.helger.commons.state -
-
Uses of IMandatoryIndicator in com.helger.commons.state
Classes in com.helger.commons.state that implement IMandatoryIndicator Modifier and Type Class Description classEMandatorySmall enum for setter method to identify whether a value is mandatory or not.Methods in com.helger.commons.state with parameters of type IMandatoryIndicator Modifier and Type Method Description default EMandatoryIMandatoryIndicator. and(IMandatoryIndicator aMandatory)default EMandatoryIMandatoryIndicator. or(IMandatoryIndicator aMandatory)static EMandatoryEMandatory. valueOf(IMandatoryIndicator aMandatoryIndicator)Returns the enum constant of this type with the specified name.
-