org.keridwen.modelling.gmsh.templates
Class Variable

java.lang.Object
  extended by org.keridwen.modelling.gmsh.templates.Variable

public class Variable
extends Object


Constructor Summary
Variable(String variableDescription)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getType()
           
 Number getValue()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(Number value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Variable

public Variable(String variableDescription)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getValue

public Number getValue()

setValue

public void setValue(Number value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2013 Artenum. All Rights Reserved.