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