Interface PropertyTypeService
- All Known Implementing Classes:
PropertyTypeServiceImpl
public interface PropertyTypeService
Property type service.
- Since:
- 2.2
-
Method Summary
-
Method Details
-
getType
Returns the class type of the property, ornullif the property type could not be determined.- Parameters:
name- property name- Returns:
- Class type of the property, or
nullif the property type could not be determined
-