Class 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 Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object