org.alfresco.service.cmr.view
Class ReferenceType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.cmr.view.ReferenceType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ReferenceType
extends java.lang.Enum

Enumeration of various types of Reference

See Also:
Serialized Form

Field Summary
static ReferenceType NODEREF
           
static ReferenceType PATHREF
           
 
Method Summary
static ReferenceType valueOf(java.lang.String name)
           
static ReferenceType[] 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

NODEREF

public static final ReferenceType NODEREF

PATHREF

public static final ReferenceType PATHREF
Method Detail

values

public static ReferenceType[] values()

valueOf

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


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