com.atlassian.crowd.search.query.entity
Interface PropertyTypeService

All Known Implementing Classes:
PropertyTypeServiceImpl

public interface PropertyTypeService

Property type service.

Since:
2.2

Method Summary
 Class getType(String name)
          Returns the class type of the property, or null if the property type could not be determined.
 

Method Detail

getType

Class getType(String name)
Returns the class type of the property, or null if the property type could not be determined.

Parameters:
name - property name
Returns:
Class type of the property, or null if the property type could not be determined


Copyright © 2012 Atlassian. All Rights Reserved.