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 newDoubleparameter.Profile.NumberParameter<Float>Profile.ParameterFactory. floatParameter(String variableName)Creates and returns a newFloatparameter.Profile.NumberParameter<Integer>Profile.ParameterFactory. integerParameter(String variableName)Creates and returns a newIntegerparameter.Profile.NumberParameter<Long>Profile.ParameterFactory. longParameter(String variableName)Creates and returns a newLongparameter.Methods in org.forgerock.opendj.setup.model with parameters of type Profile.NumberParameter Modifier and Type Method Description RProfile.ParameterVisitor. visitParameter(P p, Profile.NumberParameter<?> numberParameter)Visits a number parameter.
-