Class LookupDefinition


  • public class LookupDefinition
    extends java.lang.Object
    A lookup definition.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String propertyName
      The property name.
      private java.lang.String registryKey
      The registry key.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • propertyName

        private java.lang.String propertyName
        The property name.
      • registryKey

        private java.lang.String registryKey
        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.