public class RangePropertyValue extends NumericGeneratedPropertySupport
Modifier and Type | Field and Description |
---|---|
static String |
DEF_VALUE |
SUPPORTED_TYPES
Constructor and Description |
---|
RangePropertyValue() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDefinition() |
double |
getStep() |
int |
hashCode() |
boolean |
isCyclic() |
double |
nextDouble() |
void |
setCyclic(boolean cyclic) |
void |
setStep(double step) |
doubleToNumber, getLower, getType, getUpper, nextValue, setLower, setType, setUpper, toClass
evaluate, getLastValue, getValue, toString
public static final String DEF_VALUE
public double getStep()
public boolean isCyclic()
public void setCyclic(boolean cyclic)
public void setStep(double step)
public double nextDouble()
nextDouble
in class NumericGeneratedPropertySupport
public String getDefinition()
public int hashCode()
hashCode
in class NumericGeneratedPropertySupport
public boolean equals(Object obj)
equals
in class NumericGeneratedPropertySupport
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.