Package org.forgerock.opendj.setup.model
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 anenumeration parameter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDescription()Returns this enum constant description.T3getValue()Returns this enum constant value.inthashCode()
-