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

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

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

Fields in com.ibm.db.models.db2 declared as OriginType
static OriginType OriginType.NONE_LITERAL
          The 'NONE' literal object.
static OriginType OriginType.SOURCE_LITERAL
          The 'SOURCE' literal object.
static OriginType OriginType.TEMPLATE_LITERAL
          The 'TEMPLATE' literal object.
 

Methods in com.ibm.db.models.db2 that return OriginType
static OriginType OriginType.get(int value)
          Returns the 'Origin Type' literal with the specified integer value.
static OriginType OriginType.get(java.lang.String literal)
          Returns the 'Origin Type' literal with the specified literal value.
static OriginType OriginType.getByName(java.lang.String name)
          Returns the 'Origin Type' literal with the specified name.
 OriginType DB2Function.getOrigin()
          Returns the value of the 'Origin' attribute.
 

Methods in com.ibm.db.models.db2 with parameters of type OriginType
 void DB2Function.setOrigin(OriginType value)
          Sets the value of the 'Origin' attribute.
 

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

Methods in com.ibm.db.models.db2.impl that return OriginType
 OriginType DB2ModelFactoryImpl.createOriginTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 OriginType DB2UserDefinedFunctionImpl.getOrigin()
           
 OriginType DB2MethodImpl.getOrigin()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type OriginType
 void DB2UserDefinedFunctionImpl.setOrigin(OriginType newOrigin)
           
 void DB2MethodImpl.setOrigin(OriginType newOrigin)