org.alfresco.cmis.search
Class CMISResultSetColumnImpl

java.lang.Object
  extended by org.alfresco.cmis.search.CMISResultSetColumnImpl
All Implemented Interfaces:
CMISResultSetColumn, ResultSetColumn

public class CMISResultSetColumnImpl
extends java.lang.Object
implements CMISResultSetColumn


Method Summary
 CMISDataTypeEnum getCMISDataType()
          The type of the column
 CMISPropertyDefinition getCMISPropertyDefinition()
          The property definition if there is one for the column
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Description copied from interface: ResultSetColumn
The column name

Specified by:
getName in interface ResultSetColumn
Returns:
- the column name

getCMISPropertyDefinition

public CMISPropertyDefinition getCMISPropertyDefinition()
Description copied from interface: CMISResultSetColumn
The property definition if there is one for the column

Specified by:
getCMISPropertyDefinition in interface CMISResultSetColumn
Returns:
- the property definition or null if it does not make sense for the column

getCMISDataType

public CMISDataTypeEnum getCMISDataType()
Description copied from interface: CMISResultSetColumn
The type of the column

Specified by:
getCMISDataType in interface CMISResultSetColumn
Returns:
- the CMIS type for the column

getDataType

public QName getDataType()
Description copied from interface: ResultSetColumn
The type of the column

Specified by:
getDataType in interface ResultSetColumn
Returns:
- the data type for the column

getPropertyType

public QName getPropertyType()
Description copied from interface: ResultSetColumn
The property definition if there is one for the column

Specified by:
getPropertyType in interface ResultSetColumn
Returns:
- the property definition or null if it does not make sense for the column


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