Package org.jfree.xml.util
Class LookupDefinition
- java.lang.Object
-
- org.jfree.xml.util.LookupDefinition
-
public class LookupDefinition extends Object
A lookup definition.
-
-
Constructor Summary
Constructors Constructor Description LookupDefinition(String propertyName, String registryKey)
Creates a new lookup definition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyName()
Returns the property name.String
getRegistryKey()
Returns the registry key.
-