Searched defs:selectedUnit (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java176 * @param selectedUnit The selected unit for this configuration
184 long intValue, String selectedUnit)
187 getValueSet(intValue, selectedUnit));
197 this.activeUnit = selectedUnit;
202 if (units.containsKey(selectedUnit))
204 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
179 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java177 * @param selectedUnit The selected unit for this configuration
185 long intValue, String selectedUnit)
188 getValueSet(intValue, selectedUnit));
198 this.activeUnit = selectedUnit;
203 if (units.containsKey(selectedUnit))
205 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
180 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java177 * @param selectedUnit The selected unit for this configuration
185 long intValue, String selectedUnit)
188 getValueSet(intValue, selectedUnit));
198 this.activeUnit = selectedUnit;
203 if (units.containsKey(selectedUnit))
205 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
180 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java177 * @param selectedUnit The selected unit for this configuration
185 long intValue, String selectedUnit)
188 getValueSet(intValue, selectedUnit));
198 this.activeUnit = selectedUnit;
203 if (units.containsKey(selectedUnit))
205 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
180 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java176 * @param selectedUnit The selected unit for this configuration
184 long intValue, String selectedUnit)
187 getValueSet(intValue, selectedUnit));
197 this.activeUnit = selectedUnit;
202 if (units.containsKey(selectedUnit))
204 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
179 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java176 * @param selectedUnit The selected unit for this configuration
184 long intValue, String selectedUnit)
187 getValueSet(intValue, selectedUnit));
197 this.activeUnit = selectedUnit;
202 if (units.containsKey(selectedUnit))
204 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
179 IntegerWithUnitConfigAttribute(String name, LocalizableMessage description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument

Completed in 42 milliseconds