@Deprecated public class CostFunctionCalculated extends AbstractCostFunction implements java.io.Serializable
Java class for CostFunctionCalculated complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CostFunctionCalculated">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractCostFunction">
<sequence>
<element name="CalculationClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
calculationClass
Deprecated.
|
| Constructor and Description |
|---|
CostFunctionCalculated()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCalculationClass()
Deprecated.
Gets the value of the calculationClass property.
|
void |
setCalculationClass(java.lang.String value)
Deprecated.
Sets the value of the calculationClass property.
|
public java.lang.String getCalculationClass()
Stringpublic void setCalculationClass(java.lang.String value)
value - allowed object is
String