Package org.alfresco.service.cmr.search
Interface ResultSetColumn
public interface ResultSetColumn
The metadata for a column in a result set.
All columns should have a data type, they may have a property type.
- Author:
- andyh
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the columngetName()
The column nameThe property definition if there is one for the column
-
Method Details
-
getName
String getName()The column name- Returns:
- - the column name
-
getDataType
QName getDataType()The type of the column- Returns:
- - the data type for the column
-
getPropertyType
QName getPropertyType()The property definition if there is one for the column- Returns:
- - the property definition or null if it does not make sense for the column
-