Class Profile.EnumConstant<T3>

java.lang.Object
org.forgerock.opendj.setup.model.Profile.EnumConstant<T3>
Type Parameters:
T3 - The enum value type
Enclosing class:
Profile

public static final class Profile.EnumConstant<T3> extends Object
Represents a constant defined in an enumeration parameter.
  • Method Details

    • getValue

      public T3 getValue()
      Returns this enum constant value.
      Returns:
      this enum constant value
    • getDescription

      public String getDescription()
      Returns this enum constant description.
      Returns:
      A string representing this enum constant description
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object