org.openmodelica.simulation.core.models.modelica
Class ModelicaString

java.lang.Object
  extended by org.openmodelica.simulation.core.models.modelica.ModelicaPrimitiveDataType
      extended by 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

Constructor Summary
ModelicaString()
           
 
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 org.openmodelica.simulation.core.models.modelica.ModelicaPrimitiveDataType
getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelicaString

public ModelicaString()
Method Detail

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