public enum CMISRelationshipDirectionEnum extends Enum<CMISRelationshipDirectionEnum> implements org.alfresco.opencmis.EnumLabel
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISRelationshipDirectionEnum> |
FACTORY |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static CMISRelationshipDirectionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISRelationshipDirectionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISRelationshipDirectionEnum SOURCE
public static final CMISRelationshipDirectionEnum TARGET
public static final CMISRelationshipDirectionEnum EITHER
public static org.alfresco.opencmis.EnumFactory<CMISRelationshipDirectionEnum> FACTORY
public static CMISRelationshipDirectionEnum[] values()
for (CMISRelationshipDirectionEnum c : CMISRelationshipDirectionEnum.values()) System.out.println(c);
public static CMISRelationshipDirectionEnum 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.