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

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

public class ModelicaOutputVariable
extends ModelicaProperty

This class represents Modelica output variables

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

Constructor Summary
ModelicaOutputVariable(java.lang.String name, java.lang.String type, java.lang.String comment)
           
 
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

ModelicaOutputVariable

public ModelicaOutputVariable(java.lang.String name,
                              java.lang.String type,
                              java.lang.String comment)
Method Detail

toString

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