org.alfresco.cmis
Class CMISRelationshipDirectionEnum

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

public final class CMISRelationshipDirectionEnum
extends java.lang.Enum
implements EnumLabel

CMIS Types Filter Enum

See Also:
Serialized Form

Field Summary
static CMISRelationshipDirectionEnum BOTH
           
static EnumFactory FACTORY
           
static CMISRelationshipDirectionEnum SOURCE
           
static CMISRelationshipDirectionEnum TARGET
           
 
Method Summary
 java.lang.String getLabel()
          Gets the enum label (as defined by CMIS)
static CMISRelationshipDirectionEnum valueOf(java.lang.String name)
           
static CMISRelationshipDirectionEnum[] values()
           
 
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
 

Field Detail

SOURCE

public static final CMISRelationshipDirectionEnum SOURCE

TARGET

public static final CMISRelationshipDirectionEnum TARGET

BOTH

public static final CMISRelationshipDirectionEnum BOTH

FACTORY

public static EnumFactory FACTORY
Method Detail

values

public static final CMISRelationshipDirectionEnum[] values()

valueOf

public static CMISRelationshipDirectionEnum 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.