|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--netx.jnlp.PropertyDesc
The property element.
| Constructor Summary | |
PropertyDesc(java.lang.String key,
java.lang.String value)
Creates a property descriptor. |
|
| Method Summary | |
java.lang.String |
getKey()
Returns the property's key |
java.lang.String |
getValue()
Returns the property's value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertyDesc(java.lang.String key,
java.lang.String value)
key - the key namevalue - the value| Method Detail |
public java.lang.String getKey()
public java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||