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

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

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

Fields in com.ibm.db.models.db2 declared as DB2XMLSchemaStatus
static DB2XMLSchemaStatus DB2XMLSchemaStatus.COMPLETE_LITERAL
          The 'COMPLETE' literal object.
static DB2XMLSchemaStatus DB2XMLSchemaStatus.INCOMPLETE_LITERAL
          The 'INCOMPLETE' literal object.
static DB2XMLSchemaStatus DB2XMLSchemaStatus.REPLACE_LITERAL
          The 'REPLACE' literal object.
static DB2XMLSchemaStatus DB2XMLSchemaStatus.TEMPORARY_LITERAL
          The 'TEMPORARY' literal object.
 

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

Methods in com.ibm.db.models.db2 with parameters of type DB2XMLSchemaStatus
 void DB2XMLSchema.setStatus(DB2XMLSchemaStatus value)
          Sets the value of the 'Status' attribute.
 

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

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

Methods in com.ibm.db.models.db2.impl with parameters of type DB2XMLSchemaStatus
 void DB2XMLSchemaImpl.setStatus(DB2XMLSchemaStatus newStatus)