Uses of Interface
com.helger.base.state.IMandatoryIndicator
Packages that use IMandatoryIndicator
-
Uses of IMandatoryIndicator in com.helger.base.state
Classes in com.helger.base.state that implement IMandatoryIndicatorModifier and TypeClassDescriptionenumSmall enum for setter method to identify whether a value is mandatory or not.Methods in com.helger.base.state with parameters of type IMandatoryIndicatorModifier 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(@NonNull IMandatoryIndicator aMandatoryIndicator) Convert anIMandatoryIndicatorto the correspondingEMandatoryenum value.