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, toClassevaluate, getLastValue, getValue, toStringpublic 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 NumericGeneratedPropertySupportpublic String getDefinition()
public int hashCode()
hashCode in class NumericGeneratedPropertySupportpublic boolean equals(Object obj)
equals in class NumericGeneratedPropertySupportCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.