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