All Known Implementing Classes:
PropertyImpl

public interface Property<V>
Property Values are accessible via UserTermKeys, GroupTermKeys
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the property.
    Returns the type of the property value.
  • Method Details

    • getPropertyName

      String getPropertyName()
      Returns the name of the property.
      Returns:
      property name
    • getPropertyType

      Class<V> getPropertyType()
      Returns the type of the property value.
      Returns:
      class type of the property value