org.alfresco.service.cmr.view
Class ReferenceType
java.lang.Object
java.lang.Enum
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
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 |
NODEREF
public static final ReferenceType NODEREF
PATHREF
public static final ReferenceType PATHREF
values
public static final ReferenceType[] values()
valueOf
public static ReferenceType valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.