Uses of Class
fr.cnes.sitools.dataset.model.structure.TypeJointure

Packages that use TypeJointure
fr.cnes.sitools.dataset.database.jdbc   
fr.cnes.sitools.dataset.model.structure   
 

Uses of TypeJointure in fr.cnes.sitools.dataset.database.jdbc
 

Methods in fr.cnes.sitools.dataset.database.jdbc with parameters of type TypeJointure
 java.lang.String RequestSql.typeJointureToString(TypeJointure typeJointure)
          Transform a join type to string
 java.lang.String RequestMysql.typeJointureToString(TypeJointure typeJointure)
           
 java.lang.String RequestPostgres.typeJointureToString(TypeJointure typeJointure)
           
 

Uses of TypeJointure in fr.cnes.sitools.dataset.model.structure
 

Methods in fr.cnes.sitools.dataset.model.structure that return TypeJointure
 TypeJointure StructureNodeComplete.getTypeJointure()
          Gets the typeJointure value
static TypeJointure TypeJointure.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TypeJointure[] TypeJointure.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.sitools.dataset.model.structure with parameters of type TypeJointure
 void StructureNodeComplete.setTypeJointure(TypeJointure typeJointure)
          Sets the value of typeJointure
 



Copyright © 2010-2013 CNES. All Rights Reserved.