netx.jnlp

Class PropertyDesc


public class PropertyDesc
extends java.lang.Object

The property element.
Version:
$Revision: 1.6 $
Author:
Jon A. Maxwell (JAM) - initial author

Constructor Summary

PropertyDesc(String key, String value)
Creates a property descriptor.

Method Summary

String
getKey()
Returns the property's key
String
getValue()
Returns the property's value

Constructor Details

PropertyDesc

public PropertyDesc(String key,
                    String value)
Creates a property descriptor.
Parameters:
key - the key name
value - the value

Method Details

getKey

public String getKey()
Returns the property's key

getValue

public String getValue()
Returns the property's value