org.jfree.xml.util

Class LookupDefinition

public class LookupDefinition extends Object

A lookup definition.
Constructor Summary
LookupDefinition(String propertyName, String registryKey)
Creates a new lookup definition.
Method Summary
StringgetPropertyName()
Returns the property name.
StringgetRegistryKey()
Returns the registry key.

Constructor Detail

LookupDefinition

public LookupDefinition(String propertyName, String registryKey)
Creates a new lookup definition.

Parameters: propertyName the property name. registryKey the registry key.

Method Detail

getPropertyName

public String getPropertyName()
Returns the property name.

Returns: the property name.

getRegistryKey

public String getRegistryKey()
Returns the registry key.

Returns: the registry key.