|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
org.alfresco.service.cmr.view.ReferenceType
public final class ReferenceType
Enumeration of various types of Reference
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 |
---|
public static final ReferenceType NODEREF
public static final ReferenceType PATHREF
Method Detail |
---|
public static ReferenceType[] values()
public static ReferenceType valueOf(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |