|
|||||||||
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.JoinType
public final class JoinType
Field Summary | |
---|---|
static JoinType |
INNER
Inner join |
static JoinType |
LEFT
Left (outer) join |
static JoinType |
RIGHT
Right (outer) join |
Method Summary | |
---|---|
static JoinType |
valueOf(java.lang.String name)
|
static JoinType[] |
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 JoinType INNER
public static final JoinType LEFT
public static final JoinType RIGHT
Method Detail |
---|
public static JoinType[] values()
public static JoinType valueOf(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |