org.alfresco.cmis
Class CMISQueryOptions.CMISQueryMode

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.cmis.CMISQueryOptions.CMISQueryMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
CMISQueryOptions

public static final class CMISQueryOptions.CMISQueryMode
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static CMISQueryOptions.CMISQueryMode CMS_STRICT
           
static CMISQueryOptions.CMISQueryMode CMS_WITH_ALFRESCO_EXTENSIONS
           
 
Method Summary
static CMISQueryOptions.CMISQueryMode valueOf(java.lang.String name)
           
static CMISQueryOptions.CMISQueryMode[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CMS_STRICT

public static final CMISQueryOptions.CMISQueryMode CMS_STRICT

CMS_WITH_ALFRESCO_EXTENSIONS

public static final CMISQueryOptions.CMISQueryMode CMS_WITH_ALFRESCO_EXTENSIONS
Method Detail

values

public static CMISQueryOptions.CMISQueryMode[] values()

valueOf

public static CMISQueryOptions.CMISQueryMode valueOf(java.lang.String name)


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