Interface Property<V>
- All Known Implementing Classes:
PropertyImpl
public interface Property<V>
Property Values are accessible via
UserTermKeys
,
GroupTermKeys
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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
Returns the type of the property value.- Returns:
- class type of the property value
-