org.alfresco.cmis.search
Class CMISResultSetColumnImpl

java.lang.Object
  extended by org.alfresco.cmis.search.CMISResultSetColumnImpl
All Implemented Interfaces:
CMISResultSetColumn, org.alfresco.service.cmr.search.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
 org.alfresco.service.namespace.QName getDataType()
           
 java.lang.String getName()
           
 org.alfresco.service.namespace.QName getPropertyType()
           
 
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()
Specified by:
getName in interface org.alfresco.service.cmr.search.ResultSetColumn

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 org.alfresco.service.namespace.QName getDataType()
Specified by:
getDataType in interface org.alfresco.service.cmr.search.ResultSetColumn

getPropertyType

public org.alfresco.service.namespace.QName getPropertyType()
Specified by:
getPropertyType in interface org.alfresco.service.cmr.search.ResultSetColumn


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