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

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

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

Fields in com.ibm.db.models.db2.luw declared as WrapperType
static WrapperType WrapperType.NON_RELATIONAL_LITERAL
          The 'NON RELATIONAL' literal object.
static WrapperType WrapperType.RELATIONAL_LITERAL
          The 'RELATIONAL' literal object.
 

Methods in com.ibm.db.models.db2.luw that return WrapperType
static WrapperType WrapperType.get(int value)
          Returns the 'Wrapper Type' literal with the specified integer value.
static WrapperType WrapperType.get(java.lang.String literal)
          Returns the 'Wrapper Type' literal with the specified literal value.
static WrapperType WrapperType.getByName(java.lang.String name)
          Returns the 'Wrapper Type' literal with the specified name.
 WrapperType LUWWrapper.getWrapperType()
          Returns the value of the 'Wrapper Type' attribute.
 

Methods in com.ibm.db.models.db2.luw with parameters of type WrapperType
 void LUWWrapper.setWrapperType(WrapperType value)
          Sets the value of the 'Wrapper Type' attribute.
 

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

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

Methods in com.ibm.db.models.db2.luw.impl with parameters of type WrapperType
 void LUWWrapperImpl.setWrapperType(WrapperType newWrapperType)