|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
org.alfresco.repo.search.impl.querymodel.Multiplicity
public final class Multiplicity
Field Summary | |
---|---|
static Multiplicity |
ANY
|
static Multiplicity |
MULTI_VALUED
|
static Multiplicity |
SINGLE_VALUED
|
Method Summary | |
---|---|
static Multiplicity |
valueOf(java.lang.String name)
|
static Multiplicity[] |
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 Multiplicity SINGLE_VALUED
public static final Multiplicity MULTI_VALUED
public static final Multiplicity ANY
Method Detail |
---|
public static Multiplicity[] values()
public static Multiplicity valueOf(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |