|
IcedTea-Web NetX |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jnlp.PropertyDesc
public class 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()
|
IcedTea-Web NetX |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||