org.alfresco.cmis
Class CMISContentStreamAllowedEnum
java.lang.Object
java.lang.Enum
org.alfresco.cmis.CMISContentStreamAllowedEnum
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable, EnumLabel
public final class CMISContentStreamAllowedEnum
- extends java.lang.Enum
- implements EnumLabel
CMIS Content Stream Allowed Enum
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
NOT_ALLOWED
public static final CMISContentStreamAllowedEnum NOT_ALLOWED
ALLOWED
public static final CMISContentStreamAllowedEnum ALLOWED
REQUIRED
public static final CMISContentStreamAllowedEnum REQUIRED
FACTORY
public static EnumFactory FACTORY
values
public static final CMISContentStreamAllowedEnum[] values()
valueOf
public static CMISContentStreamAllowedEnum valueOf(java.lang.String name)
getLabel
public java.lang.String getLabel()
- Description copied from interface:
EnumLabel
- Gets the enum label (as defined by CMIS)
- Specified by:
getLabel
in interface EnumLabel
- Returns:
- enum label
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.