Class IndexedPropertyInfo


  • public class IndexedPropertyInfo
    extends PropertyInfo
    Indexed property info.
    • Constructor Detail

      • IndexedPropertyInfo

        public IndexedPropertyInfo​(java.lang.String name,
                                   java.lang.Class type)
        Creates a new instance.
        Parameters:
        name - the name.
        type - the type.
    • Method Detail

      • getKey

        public KeyDescription getKey()
        Returns the key.
        Returns:
        the key.
      • setKey

        public void setKey​(KeyDescription key)
        Sets the key.
        Parameters:
        key - the key.