Uses of Enum Class
adalid.commons.enums.EnumBit

Packages that use EnumBit
Package
Description
 
  • Uses of EnumBit in adalid.commons.enums

    Methods in adalid.commons.enums that return EnumBit
    Modifier and Type
    Method
    Description
    static EnumBit
    EnumBit.valueOf(boolean b)
    Returns the enum constant of this class with the specified name.
    static EnumBit
    EnumBit.valueOf(char c)
    Returns the enum constant of this class with the specified name.
    static EnumBit
    EnumBit.valueOf(Boolean b)
    Returns the enum constant of this class with the specified name.
    static EnumBit
    EnumBit.valueOf(Integer i)
    Returns the enum constant of this class with the specified name.
    static EnumBit
    EnumBit.valueOf(Long l)
    Returns the enum constant of this class with the specified name.
    static EnumBit
    EnumBit.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static EnumBit[]
    EnumBit.values()
    Returns an array containing the constants of this enum class, in the order they are declared.