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

java.lang.Object
  extended by org.openmodelica.simulation.core.models.modelica.ModelicaProperty
      extended by org.openmodelica.simulation.core.models.modelica.ModelicaVariable

public class ModelicaVariable
extends ModelicaProperty

Represents a Modelica Variable.

Author:
EADS Innovation Works, Parham Vasaiely, Parham.Vasaiely@gmx.de

Constructor Summary
ModelicaVariable(java.lang.String name, java.lang.String type, java.lang.String comment)
          To be used as default constructor.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.openmodelica.simulation.core.models.modelica.ModelicaProperty
getComment, getDisplay, getMaxValue, getMinValue, getName, getPrimitiveValue, getType, setDisplay, setMaxValue, setMinValue, setPrimitiveValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelicaVariable

public ModelicaVariable(java.lang.String name,
                        java.lang.String type,
                        java.lang.String comment)
To be used as default constructor. The interactive variable is set to "false" as default

Parameters:
name - Variable name
type - Variable data type
comment - Designer Comment
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ModelicaProperty