Uses of Class
adalid.commons.enums.EnumBitLabelSet
-
Packages that use EnumBitLabelSet Package Description adalid.commons.enums adalid.commons.util -
-
Uses of EnumBitLabelSet in adalid.commons.enums
Methods in adalid.commons.enums that return EnumBitLabelSet Modifier and Type Method Description static EnumBitLabelSetEnumBitLabelSet. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumBitLabelSet[]EnumBitLabelSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adalid.commons.enums with parameters of type EnumBitLabelSet Modifier and Type Method Description StringEnumBit. getLabel(EnumBitLabelSet bls)static ListOptionsEnumBit. getListOptions(EnumBitLabelSet bls)static ListOptionsEnumBit. getListOptions(EnumBitLabelSet bls, boolean anulable)static ListOptionsEnumBit. getListOptions(EnumBitLabelSet bls, boolean anulable, boolean ordenado) -
Uses of EnumBitLabelSet in adalid.commons.util
Methods in adalid.commons.util with parameters of type EnumBitLabelSet Modifier and Type Method Description static StringBitUtils. getLabel(Boolean b, EnumBitLabelSet bls)
-