org.alfresco.repo.search.impl.querymodel
Class JoinType
java.lang.Object
java.lang.Enum
org.alfresco.repo.search.impl.querymodel.JoinType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class JoinType
- extends java.lang.Enum
- 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 |
INNER
public static final JoinType INNER
- Inner join
LEFT
public static final JoinType LEFT
- Left (outer) join
RIGHT
public static final JoinType RIGHT
- Right (outer) join
values
public static final JoinType[] values()
valueOf
public static JoinType valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.