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