Uses of Enum Class
com.helger.base.state.EEOI

Packages that use EEOI
Package
Description
 
  • Uses of EEOI in com.helger.base.state

    Methods in com.helger.base.state that return EEOI
    Modifier and Type
    Method
    Description
    static @NonNull EEOI
    EEOI.valueOf(boolean bEOI)
    Convert a boolean value to the corresponding EEOI enum value.
    static EEOI
    EEOI.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static EEOI[]
    EEOI.values()
    Returns an array containing the constants of this enum class, in the order they are declared.