Uses of Class
org.xcmis.search.model.source.join.JoinType

Packages that use JoinType
org.xcmis.search.model.source   
org.xcmis.search.model.source.join   
 

Uses of JoinType in org.xcmis.search.model.source
 

Methods in org.xcmis.search.model.source that return JoinType
 JoinType Join.getType()
          Get the type of join.
 

Constructors in org.xcmis.search.model.source with parameters of type JoinType
Join(Source left, JoinType joinType, Source right, JoinCondition joinCondition)
           
 

Uses of JoinType in org.xcmis.search.model.source.join
 

Methods in org.xcmis.search.model.source.join that return JoinType
static JoinType JoinType.forSymbol(String symbol)
          Attempt to find the JoinType given a symbol.
static JoinType JoinType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinType[] JoinType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.