Enum GluuBoolean

    • Enum Constant Detail

      • DISABLED

        public static final GluuBoolean DISABLED
        Deprecated.
      • ENABLED

        public static final GluuBoolean ENABLED
        Deprecated.
      • FALSE

        public static final GluuBoolean FALSE
        Deprecated.
      • TRUE

        public static final GluuBoolean TRUE
        Deprecated.
      • INACTIVE

        public static final GluuBoolean INACTIVE
        Deprecated.
      • ACTIVE

        public static final GluuBoolean ACTIVE
        Deprecated.
    • Method Detail

      • values

        public static GluuBoolean[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (GluuBoolean c : GluuBoolean.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static GluuBoolean valueOf​(String name)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getValue

        public String getValue()
        Deprecated.
        Specified by:
        getValue in interface io.jans.orm.annotation.AttributeEnum
      • isBooleanValue

        public boolean isBooleanValue()
        Deprecated.
      • getDisplayName

        public String getDisplayName()
        Deprecated.
      • resolveByValue

        public Enum<? extends io.jans.orm.annotation.AttributeEnum> resolveByValue​(String value)
        Deprecated.
        Specified by:
        resolveByValue in interface io.jans.orm.annotation.AttributeEnum