| java.lang.Object org.jfree.xml.util.LookupDefinition
LookupDefinition | public class LookupDefinition (Code) | | A lookup definition.
|
LookupDefinition | public LookupDefinition(String propertyName, String registryKey)(Code) | | Creates a new lookup definition.
Parameters: propertyName - the property name. Parameters: registryKey - the registry key. |
getPropertyName | public String getPropertyName()(Code) | | Returns the property name.
the property name. |
getRegistryKey | public String getRegistryKey()(Code) | | Returns the registry key.
the registry key. |
|
|