org.openmodelica.simulation.core.models.modelica
Class ModelicaString
java.lang.Object
org.openmodelica.simulation.core.models.modelica.ModelicaPrimitiveDataType
org.openmodelica.simulation.core.models.modelica.ModelicaString
public class ModelicaString
- extends ModelicaPrimitiveDataType
Represents the primitive data type "String" from the Modelica language
- Author:
- EADS Innovation Works, Parham Vasaiely, Parham.Vasaiely@gmx.de
Method Summary |
java.lang.String |
getValue()
|
void |
setValue(java.lang.String value)
After Reading the XML file with the standard initial values the user has the possibility to change the default value |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ModelicaString
public ModelicaString()
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
- After Reading the XML file with the standard initial values the user has the possibility to change the default value
- Parameters:
value
-
toString
public java.lang.String toString()
- Overrides:
toString
in class ModelicaPrimitiveDataType