@Deprecated 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
Deprecated.
|
protected int |
valueMin
Deprecated.
|
variableID| Constructor and Description |
|---|
RangeInteger()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValueMax()
Deprecated.
Gets the value of the valueMax property.
|
int |
getValueMin()
Deprecated.
Gets the value of the valueMin property.
|
void |
setValueMax(int value)
Deprecated.
Sets the value of the valueMax property.
|
void |
setValueMin(int value)
Deprecated.
Sets the value of the valueMin property.
|
static RangeInteger |
toEOMVersion100(RangeInteger range096)
Deprecated.
Converts this instance to an EOM version 100.
|
getVariableID, setVariableID, toEOMVersion100protected int valueMin
protected int valueMax
public int getValueMin()
public void setValueMin(int value)
public int getValueMax()
public void setValueMax(int value)
public static RangeInteger toEOMVersion100(RangeInteger range096)