org.alfresco.cmis
Class CMISContentStreamAllowedEnum

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.cmis.CMISContentStreamAllowedEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, org.alfresco.opencmis.EnumLabel

public final class CMISContentStreamAllowedEnum
extends java.lang.Enum
implements org.alfresco.opencmis.EnumLabel

CMIS Content Stream Allowed Enum

See Also:
Serialized Form

Field Summary
static CMISContentStreamAllowedEnum ALLOWED
           
static org.alfresco.opencmis.EnumFactory FACTORY
           
static CMISContentStreamAllowedEnum NOT_ALLOWED
           
static CMISContentStreamAllowedEnum REQUIRED
           
 
Method Summary
 java.lang.String getLabel()
           
static CMISContentStreamAllowedEnum valueOf(java.lang.String name)
           
static CMISContentStreamAllowedEnum[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_ALLOWED

public static final CMISContentStreamAllowedEnum NOT_ALLOWED

ALLOWED

public static final CMISContentStreamAllowedEnum ALLOWED

REQUIRED

public static final CMISContentStreamAllowedEnum REQUIRED

FACTORY

public static org.alfresco.opencmis.EnumFactory FACTORY
Method Detail

values

public static CMISContentStreamAllowedEnum[] values()

valueOf

public static CMISContentStreamAllowedEnum valueOf(java.lang.String name)

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface org.alfresco.opencmis.EnumLabel


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.