public class LookupDefinition extends java.lang.Object
| Constructor and Description |
|---|
LookupDefinition(java.lang.String propertyName,
java.lang.String registryKey)
Creates a new lookup definition.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName()
Returns the property name.
|
java.lang.String |
getRegistryKey()
Returns the registry key.
|
public LookupDefinition(java.lang.String propertyName, java.lang.String registryKey)
propertyName - the property name.registryKey - the registry key.public java.lang.String getPropertyName()
public java.lang.String getRegistryKey()