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