T3
- The parameter concrete classpublic final class Profile.EnumParameter<T3> extends Profile.Parameter<T3>
Modifier and Type | Method and Description |
---|---|
Collection<T3> |
getAllowedValues()
Returns this parameter allowed values.
|
T3 |
parseStringValue(String strValue)
Parses provided string value into this parameter type and returns the typed value.
|
advanced, defaultValue, defaultValue, description, equals, getDefaultValue, getDescriptionMsg, getHelpMsg, getPromptMsg, getType, getValue, getVariableName, hashCode, help, isAdvanced, prompt, property, resolveValue, toString
public Collection<T3> getAllowedValues()
enum profile parameter
public T3 parseStringValue(String strValue) throws com.forgerock.opendj.cli.ArgumentException
Profile.Parameter
parseStringValue
in class Profile.Parameter<T3>
strValue
- A string representing the parameter value to be parsedcom.forgerock.opendj.cli.ArgumentException
- If an error occurred while parsing provided string valueCopyright 2010-2022 ForgeRock AS.