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
 java.lang.String getPropertyName()
          Returns the name of the property.
 java.lang.Class<V> getPropertyType()
          Returns the type of the property value.
 

Method Detail

getPropertyName

java.lang.String getPropertyName()
Returns the name of the property.

Returns:
property name

getPropertyType

java.lang.Class<V> getPropertyType()
Returns the type of the property value.

Returns:
class type of the property value


Copyright © 2011 Atlassian. All Rights Reserved.