Uses of Class
com.ibm.db.models.db2.luw.CheckOptionType

Packages that use CheckOptionType
com.ibm.db.models.db2.luw   
com.ibm.db.models.db2.luw.impl   
 

Uses of CheckOptionType in com.ibm.db.models.db2.luw
 

Fields in com.ibm.db.models.db2.luw declared as CheckOptionType
static CheckOptionType CheckOptionType.CASCADED_LITERAL
          The 'CASCADED' literal object.
static CheckOptionType CheckOptionType.LOCAL_LITERAL
          The 'LOCAL' literal object.
static CheckOptionType CheckOptionType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in com.ibm.db.models.db2.luw that return CheckOptionType
static CheckOptionType CheckOptionType.get(int value)
          Returns the 'Check Option Type' literal with the specified integer value.
static CheckOptionType CheckOptionType.get(java.lang.String literal)
          Returns the 'Check Option Type' literal with the specified literal value.
static CheckOptionType CheckOptionType.getByName(java.lang.String name)
          Returns the 'Check Option Type' literal with the specified name.
 

Uses of CheckOptionType in com.ibm.db.models.db2.luw.impl
 

Methods in com.ibm.db.models.db2.luw.impl that return CheckOptionType
 CheckOptionType LUWFactoryImpl.createCheckOptionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)