Uses of Class
org.forgerock.opendj.setup.model.Profile.NumberParameter
-
Uses of Profile.NumberParameter in org.forgerock.opendj.setup.model
Modifier and TypeMethodDescriptionProfile.ParameterFactory.doubleParameter
(String variableName) Creates and returns a newDouble
parameter.Profile.ParameterFactory.floatParameter
(String variableName) Creates and returns a newFloat
parameter.Profile.ParameterFactory.integerParameter
(String variableName) Creates and returns a newInteger
parameter.Profile.ParameterFactory.longParameter
(String variableName) Creates and returns a newLong
parameter.Modifier and TypeMethodDescriptionProfile.ParameterVisitor.visitParameter
(P p, Profile.NumberParameter<?> numberParameter) Visits a number parameter.