|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgalapi.NameValuePair
Constructor Summary | |
NameValuePair(java.lang.String n,
ItemList v)
Builds a name/value pair, usually for representing a variable. |
Method Summary | |
java.lang.String |
getName()
|
ItemList |
getValue()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NameValuePair(java.lang.String n, ItemList v) throws GalapiException
n
- the name of the variablev
- the value of the variableMethod Detail |
public java.lang.String getName()
public ItemList getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |