public class FixedDouble extends FixedVariable implements java.io.Serializable
Java class for FixedDouble complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FixedDouble">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}FixedVariable">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
value |
id, variableID| Constructor and Description |
|---|
FixedDouble() |
| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Gets the value of the value property.
|
void |
setValue(double value)
Sets the value of the value property.
|
getId, getVariableID, setId, setVariableID