|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.webmds.Parameter
Simple class to represent a name-value pair of Strings.
| Constructor Summary | |
Parameter(char[] name,
char[] value)
constructor. |
|
Parameter(String name,
String[] values)
constructor. |
|
| Method Summary | |
static Parameter |
createSingleValuedParameter(String name,
String value)
constructor. |
String |
getName()
gets the parameter name |
String |
getSingleValue()
|
String[] |
getValues()
gets the parameter value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parameter(String name,
String[] values)
name - the parameter name.values - the parameter values.
public Parameter(char[] name,
char[] value)
name - the parameter name.value - a single parameter value.| Method Detail |
public static Parameter createSingleValuedParameter(String name,
String value)
name - the parameter name.value - a single parameter value.public String getName()
public String[] getValues()
public String getSingleValue()
throws ParameterException
ParameterException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||