|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmodelica.simulation.core.models.modelica.ModelicaProperty
org.openmodelica.simulation.core.models.modelica.ModelicaVariable
public class ModelicaVariable
Represents a Modelica Variable.
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 |
---|
public ModelicaVariable(java.lang.String name, java.lang.String type, java.lang.String comment)
name
- Variable nametype
- Variable data typecomment
- Designer CommentMethod Detail |
---|
public java.lang.String toString()
toString
in class ModelicaProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |