Uses of Class
org.forgerock.opendj.setup.model.Profile.NumberParameter
Packages that use Profile.NumberParameter
-
Uses of Profile.NumberParameter in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return Profile.NumberParameterModifier and TypeMethodDescriptionProfile.ParameterFactory.doubleParameter(String variableName) Creates and returns a newDoubleparameter.Profile.ParameterFactory.floatParameter(String variableName) Creates and returns a newFloatparameter.Profile.ParameterFactory.integerParameter(String variableName) Creates and returns a newIntegerparameter.Profile.ParameterFactory.longParameter(String variableName) Creates and returns a newLongparameter.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.NumberParameterModifier and TypeMethodDescriptionProfile.ParameterVisitor.visitParameter(P p, Profile.NumberParameter<?> numberParameter) Visits a number parameter.