org.jfree.xml.util

Class LookupDefinition


public class LookupDefinition
extends java.lang.Object

A lookup definition.

Constructor Summary

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

Method Summary

String
getPropertyName()
Returns the property name.
String
getRegistryKey()
Returns the registry key.

Constructor Details

LookupDefinition

public LookupDefinition(String propertyName,
                        String registryKey)
Creates a new lookup definition.
Parameters:
propertyName - the property name.
registryKey - the registry key.

Method Details

getPropertyName

public String getPropertyName()
Returns the property name.
Returns:
the property name.

getRegistryKey

public String getRegistryKey()
Returns the registry key.
Returns:
the registry key.