Package org.jfree.xml.util
Class LookupDefinition
java.lang.Object
org.jfree.xml.util.LookupDefinition
A lookup definition.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookupDefinition
(String propertyName, String registryKey) Creates a new lookup definition. -
Method Summary
Modifier and TypeMethodDescriptionReturns the property name.Returns the registry key.
-
Field Details
-
propertyName
The property name. -
registryKey
The registry key.
-
-
Constructor Details
-
LookupDefinition
Creates a new lookup definition.- Parameters:
propertyName
- the property name.registryKey
- the registry key.
-
-
Method Details
-
getPropertyName
Returns the property name.- Returns:
- the property name.
-
getRegistryKey
Returns the registry key.- Returns:
- the registry key.
-