|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OwCMISQueryContext>
com.wewebu.ow.server.ecmimpl.cmis.object.OwCMISQueryContext
public enum OwCMISQueryContext
Internal Context for CMIS-Properties, which defines how the property can be retrieved form back-end system.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Enum Constant Summary | |
|---|---|
ANY
|
|
GET_PROPERTY
|
|
SQL
|
|
| Method Summary | |
|---|---|
String |
getContextName()
Get the String representation of the context. |
String |
toString()
|
static OwCMISQueryContext |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OwCMISQueryContext[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OwCMISQueryContext SQL
public static final OwCMISQueryContext GET_PROPERTY
public static final OwCMISQueryContext ANY
| Method Detail |
|---|
public static OwCMISQueryContext[] values()
for (OwCMISQueryContext c : OwCMISQueryContext.values()) System.out.println(c);
public static OwCMISQueryContext valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getContextName()
public String toString()
toString in class Enum<OwCMISQueryContext>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||