Uses of Enum Class
com.helger.base.state.EMandatory
Packages that use EMandatory
-
Uses of EMandatory in com.helger.base.state
Methods in com.helger.base.state that return EMandatoryModifier and TypeMethodDescriptiondefault @NonNull EMandatoryIMandatoryIndicator.and(@NonNull IMandatoryIndicator aMandatory) Logical AND of this mandatory indicator with another one.default @NonNull EMandatoryIMandatoryIndicator.or(@NonNull IMandatoryIndicator aMandatory) Logical OR of this mandatory indicator with another one.static @NonNull EMandatoryEMandatory.valueOf(boolean bMandatory) Convert a boolean value to the correspondingEMandatoryenum value.static @NonNull EMandatoryEMandatory.valueOf(@NonNull IMandatoryIndicator aMandatoryIndicator) Convert anIMandatoryIndicatorto the correspondingEMandatoryenum value.static EMandatoryReturns the enum constant of this class with the specified name.static EMandatory[]EMandatory.values()Returns an array containing the constants of this enum class, in the order they are declared.