public class RangeInteger extends RangeVariable implements java.io.Serializable
Java class for RangeInteger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RangeInteger">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}RangeVariable">
<sequence>
<element name="ValueMin" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ValueMax" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
valueMax |
protected int |
valueMin |
id, variableID| Constructor and Description |
|---|
RangeInteger() |
| Modifier and Type | Method and Description |
|---|---|
int |
getValueMax()
Gets the value of the valueMax property.
|
int |
getValueMin()
Gets the value of the valueMin property.
|
void |
setValueMax(int value)
Sets the value of the valueMax property.
|
void |
setValueMin(int value)
Sets the value of the valueMin property.
|
getId, getVariableID, setId, setVariableIDpublic int getValueMin()
public void setValueMin(int value)
public int getValueMax()
public void setValueMax(int value)