Class IndexedPropertyInfo


public class IndexedPropertyInfo extends PropertyInfo
Indexed property info.
  • Field Details

  • Constructor Details

    • IndexedPropertyInfo

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

    • getKey

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

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