|
|||||||||||
| 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.ListVariable
| Constructor Summary | |
ListVariable(java.lang.String name)
Constructs a ListVariable with a name. |
|
ListVariable(java.lang.String name,
java.lang.String values)
Constructs a ListVariable with a name and a String representation of a set of possible values for this variable. |
|
ListVariable(java.lang.String name,
java.lang.String[] values)
Constructs a ListVariable with a name and a set of possible values for this variable. |
|
| Method Summary | |
java.lang.String |
getValue(int index)
Gets the value of this variable at the specified index. |
java.lang.String[] |
getValues()
Gets the set of values for this variable. |
void |
setValues(java.lang.String values_string)
Sets the set of possible values of this variable using a String representation of the set. |
void |
setValues(java.lang.String[] values)
Sets the set of possible values 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 ListVariable(java.lang.String name)
public ListVariable(java.lang.String name,
java.lang.String[] values)
public ListVariable(java.lang.String name,
java.lang.String values)
| Method Detail |
public void setValues(java.lang.String[] values)
values - set of possible values for this variable.public void setValues(java.lang.String values_string)
values_string - String representation of the set of possible values for this variable.public java.lang.String getValue(int index)
index - the index of a value of this variable.
public java.lang.String[] getValues()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||