Uses of Class
com.ibm.db.models.db2.zSeries.AuditType

Packages that use AuditType
com.ibm.db.models.db2.zSeries   
com.ibm.db.models.db2.zSeries.impl   
 

Uses of AuditType in com.ibm.db.models.db2.zSeries
 

Fields in com.ibm.db.models.db2.zSeries declared as AuditType
static AuditType AuditType.ALL_LITERAL
          The 'ALL' literal object.
static AuditType AuditType.CHANGES_LITERAL
          The 'CHANGES' literal object.
static AuditType AuditType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in com.ibm.db.models.db2.zSeries that return AuditType
static AuditType AuditType.get(int value)
          Returns the 'Audit Type' literal with the specified integer value.
static AuditType AuditType.get(java.lang.String literal)
          Returns the 'Audit Type' literal with the specified literal value.
 AuditType ZSeriesTable.getAudit()
          Returns the value of the 'Audit' attribute.
static AuditType AuditType.getByName(java.lang.String name)
          Returns the 'Audit Type' literal with the specified name.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type AuditType
 void ZSeriesTable.setAudit(AuditType value)
          Sets the value of the 'Audit' attribute.
 

Uses of AuditType in com.ibm.db.models.db2.zSeries.impl
 

Methods in com.ibm.db.models.db2.zSeries.impl that return AuditType
 AuditType ZSeriesFactoryImpl.createAuditTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AuditType ZSeriesTableImpl.getAudit()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type AuditType
 void ZSeriesTableImpl.setAudit(AuditType newAudit)