com.atlassian.crowd.search.query.entity.restriction
Interface Property<V>

All Known Implementing Classes:
PropertyImpl

public interface Property<V>

Property Values are accessible via UserTermKeys, GroupTermKeys


Method Summary
 String getPropertyName()
          Returns the name of the property.
 Class<V> getPropertyType()
          Returns the type of the property value.
 

Method Detail

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


Copyright © 2012 Atlassian. All Rights Reserved.