public class PropertyDesc
extends java.lang.Object
Constructor and Description |
---|
PropertyDesc(java.lang.String key,
java.lang.String value)
Creates a property descriptor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the property's key
|
java.lang.String |
getValue()
Returns the property's value
|