|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.runfile.Variable
| Constructor Summary | |
Variable(java.lang.String name)
Constructs variable with the given name. |
|
Variable(java.lang.String name,
java.lang.String type)
Constructs variable with the given name and its type. |
|
| Method Summary | |
java.lang.String |
getName()
Gets the name of this variable. |
java.lang.String |
getType()
|
void |
setName(java.lang.String name)
Sets this variables name. |
void |
setType(java.lang.String type)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Variable(java.lang.String name)
public Variable(java.lang.String name,
java.lang.String type)
| Method Detail |
public void setName(java.lang.String name)
name - the name for this variable.public java.lang.String getName()
public java.lang.String getType()
public void setType(java.lang.String type)
type - The type to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||