public class EnergyFlowInWatt extends AbstractEnergyFlowInWatt implements java.io.Serializable
Java class for EnergyFlowInWatt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnergyFlowInWatt">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractEnergyFlowInWatt">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="SIPrefix" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyUnitFactorPrefixSI"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnergyUnitFactorPrefixSI |
siPrefix |
protected double |
value |
UNITidInterfaceFlow| Constructor and Description |
|---|
EnergyFlowInWatt() |
| Modifier and Type | Method and Description |
|---|---|
EnergyUnitFactorPrefixSI |
getSIPrefix()
Gets the value of the siPrefix property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setSIPrefix(EnergyUnitFactorPrefixSI value)
Sets the value of the siPrefix property.
|
void |
setValue(double value)
Sets the value of the value property.
|
getIdInterfaceFlow, setIdInterfaceFlowprotected double value
protected EnergyUnitFactorPrefixSI siPrefix
public double getValue()
public void setValue(double value)
public EnergyUnitFactorPrefixSI getSIPrefix()
EnergyUnitFactorPrefixSIpublic void setSIPrefix(EnergyUnitFactorPrefixSI value)
value - allowed object is
EnergyUnitFactorPrefixSI