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