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.


Method Summary
 QName getDataType()
          The type of the column
 java.lang.String getName()
          The column name
 QName getPropertyType()
          The property definition if there is one for the column
 

Method Detail

getName

java.lang.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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.