public enum CMISJoinEnum extends Enum<CMISJoinEnum> implements org.alfresco.opencmis.EnumLabel
| Enum Constant and Description |
|---|
INNER_AND_OUTER_JOIN_SUPPORT |
INNER_JOIN_SUPPORT |
NO_JOIN_SUPPORT |
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISJoinEnum> |
FACTORY |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static CMISJoinEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISJoinEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISJoinEnum NO_JOIN_SUPPORT
public static final CMISJoinEnum INNER_JOIN_SUPPORT
public static final CMISJoinEnum INNER_AND_OUTER_JOIN_SUPPORT
public static org.alfresco.opencmis.EnumFactory<CMISJoinEnum> FACTORY
public static CMISJoinEnum[] values()
for (CMISJoinEnum c : CMISJoinEnum.values()) System.out.println(c);
public static CMISJoinEnum 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 nullpublic String getLabel()
getLabel in interface org.alfresco.opencmis.EnumLabelCopyright © 2005–2014 Alfresco Software. All rights reserved.