Uses of Class
org.forgerock.opendj.setup.model.Profile.NumberParameter
-
Packages that use Profile.NumberParameter Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of Profile.NumberParameter in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return Profile.NumberParameter Modifier and Type Method Description Profile.NumberParameter<Double>
Profile.ParameterFactory. doubleParameter(String variableName)
Creates and returns a newDouble
parameter.Profile.NumberParameter<Float>
Profile.ParameterFactory. floatParameter(String variableName)
Creates and returns a newFloat
parameter.Profile.NumberParameter<Integer>
Profile.ParameterFactory. integerParameter(String variableName)
Creates and returns a newInteger
parameter.Profile.NumberParameter<Long>
Profile.ParameterFactory. longParameter(String variableName)
Creates and returns a newLong
parameter.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.NumberParameter Modifier and Type Method Description R
Profile.ParameterVisitor. visitParameter(P p, Profile.NumberParameter<?> numberParameter)
Visits a number parameter.
-