Homepage | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
netx.jnlp.PropertyDesc
public class PropertyDesc
extends java.lang.Object
Constructor Summary | |
|
Method Summary | |
String |
|
String |
|
public PropertyDesc(String key, String value)
Creates a property descriptor.
- Parameters:
key
- the key namevalue
- the value
public String getKey()
Returns the property's key
public String getValue()
Returns the property's value