org.alfresco.repo.search.impl.querymodel
Class JoinType

java.lang.Object
  extended by java.lang.Enum
      extended by 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

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

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

Method Detail

values

public static JoinType[] values()

valueOf

public static JoinType valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.