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

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

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

Fields in com.ibm.db.models.db2 declared as DB2XMLSchemaDecomposition
static DB2XMLSchemaDecomposition DB2XMLSchemaDecomposition.ENABLED_LITERAL
          The 'ENABLED' literal object.
static DB2XMLSchemaDecomposition DB2XMLSchemaDecomposition.INOPERATIVE_LITERAL
          The 'INOPERATIVE' literal object.
static DB2XMLSchemaDecomposition DB2XMLSchemaDecomposition.NOT_ENABLED_LITERAL
          The 'NOT ENABLED' literal object.
 

Methods in com.ibm.db.models.db2 that return DB2XMLSchemaDecomposition
static DB2XMLSchemaDecomposition DB2XMLSchemaDecomposition.get(int value)
          Returns the 'DB2XML Schema Decomposition' literal with the specified integer value.
static DB2XMLSchemaDecomposition DB2XMLSchemaDecomposition.get(java.lang.String literal)
          Returns the 'DB2XML Schema Decomposition' literal with the specified literal value.
static DB2XMLSchemaDecomposition DB2XMLSchemaDecomposition.getByName(java.lang.String name)
          Returns the 'DB2XML Schema Decomposition' literal with the specified name.
 DB2XMLSchemaDecomposition DB2XMLSchema.getDecomposition()
          Returns the value of the 'Decomposition' attribute.
 

Methods in com.ibm.db.models.db2 with parameters of type DB2XMLSchemaDecomposition
 void DB2XMLSchema.setDecomposition(DB2XMLSchemaDecomposition value)
          Sets the value of the 'Decomposition' attribute.
 

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

Methods in com.ibm.db.models.db2.impl that return DB2XMLSchemaDecomposition
 DB2XMLSchemaDecomposition DB2ModelFactoryImpl.createDB2XMLSchemaDecompositionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 DB2XMLSchemaDecomposition DB2XMLSchemaImpl.getDecomposition()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type DB2XMLSchemaDecomposition
 void DB2XMLSchemaImpl.setDecomposition(DB2XMLSchemaDecomposition newDecomposition)