|
||||||||||
| 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
public class SingleVariable
| Constructor Summary | |
|---|---|
SingleVariable()
|
|
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. |
java.lang.String |
toString()
|
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public SingleVariable()
public SingleVariable(java.lang.String name)
name -
public SingleVariable(java.lang.String name,
java.lang.String value)
name - value -
public SingleVariable(java.lang.String name,
java.lang.String type,
java.lang.String value)
name - type - value - | Method Detail |
|---|
public void setValue(java.lang.String value)
value - the value to assign to this variable.public java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||