public static enum CMISQueryOptions.CMISQueryMode extends Enum<CMISQueryOptions.CMISQueryMode>
Enum Constant and Description |
---|
CMS_STRICT |
CMS_WITH_ALFRESCO_EXTENSIONS |
Modifier and Type | Method and Description |
---|---|
static CMISQueryOptions.CMISQueryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISQueryOptions.CMISQueryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISQueryOptions.CMISQueryMode CMS_STRICT
public static final CMISQueryOptions.CMISQueryMode CMS_WITH_ALFRESCO_EXTENSIONS
public static CMISQueryOptions.CMISQueryMode[] values()
for (CMISQueryOptions.CMISQueryMode c : CMISQueryOptions.CMISQueryMode.values()) System.out.println(c);
public static CMISQueryOptions.CMISQueryMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2019 Alfresco Software. All rights reserved.