Uses of Class
com.ibm.db.models.db2.GenerateType

Packages that use GenerateType
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
 

Uses of GenerateType in com.ibm.db.models.db2
 

Fields in com.ibm.db.models.db2 declared as GenerateType
static GenerateType GenerateType.ALWAYS_LITERAL
          The 'ALWAYS' literal object.
static GenerateType GenerateType.BY_DEFAULT_LITERAL
          The 'BY DEFAULT' literal object.
 

Methods in com.ibm.db.models.db2 that return GenerateType
static GenerateType GenerateType.get(int value)
          Returns the 'Generate Type' literal with the specified integer value.
static GenerateType GenerateType.get(java.lang.String literal)
          Returns the 'Generate Type' literal with the specified literal value.
static GenerateType GenerateType.getByName(java.lang.String name)
          Returns the 'Generate Type' literal with the specified name.
 GenerateType DB2Column.getGenerationType()
          Returns the value of the 'Generation Type' attribute.
 

Methods in com.ibm.db.models.db2 with parameters of type GenerateType
 void DB2Column.setGenerationType(GenerateType value)
          Sets the value of the 'Generation Type' attribute.
 

Uses of GenerateType in com.ibm.db.models.db2.impl
 

Methods in com.ibm.db.models.db2.impl that return GenerateType
 GenerateType DB2ModelFactoryImpl.createGenerateTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 GenerateType DB2ColumnImpl.getGenerationType()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type GenerateType
 void DB2ColumnImpl.setGenerationType(GenerateType newGenerationType)