|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.discovery.ServiceData
A key/value pair describing a Service.
Constructor Summary | |
ServiceData(java.lang.String key,
java.lang.String value)
Creates a ServiceData object with the given key and value. |
Method Summary | |
java.lang.String |
getKey()
Gets the parameter name. |
java.lang.String |
getValue()
Gets the parameter value. |
java.lang.String |
toString()
Returns a string representation of this ServiceData object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceData(java.lang.String key, java.lang.String value)
key
- Key name.value
- Key value.Method Detail |
public java.lang.String toString()
public java.lang.String getKey()
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |