Uses of Class
com.ibm.db.models.db2.luw.BlastWrapper.BlastServerType

Packages that use BlastServerType
com.ibm.db.models.db2.luw.BlastWrapper   
com.ibm.db.models.db2.luw.BlastWrapper.impl   
 

Uses of BlastServerType in com.ibm.db.models.db2.luw.BlastWrapper
 

Fields in com.ibm.db.models.db2.luw.BlastWrapper declared as BlastServerType
static BlastServerType BlastServerType.BLASTN_LITERAL
          The 'BLASTN' literal object.
static BlastServerType BlastServerType.BLASTP_LITERAL
          The 'BLASTP' literal object.
static BlastServerType BlastServerType.BLASTX_LITERAL
          The 'BLASTX' literal object.
static BlastServerType BlastServerType.TBLASTN_LITERAL
          The 'TBLASTN' literal object.
static BlastServerType BlastServerType.TBLASTX_LITERAL
          The 'TBLASTX' literal object.
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper that return BlastServerType
static BlastServerType BlastServerType.get(int value)
          Returns the 'Blast Server Type' literal with the specified integer value.
static BlastServerType BlastServerType.get(java.lang.String literal)
          Returns the 'Blast Server Type' literal with the specified literal value.
 BlastServerType BlastServer.getBlastServerType()
          Returns the value of the 'Blast Server Type' attribute.
static BlastServerType BlastServerType.getByName(java.lang.String name)
          Returns the 'Blast Server Type' literal with the specified name.
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper with parameters of type BlastServerType
 void BlastServer.setBlastServerType(BlastServerType value)
          Sets the value of the 'Blast Server Type' attribute.
 

Uses of BlastServerType in com.ibm.db.models.db2.luw.BlastWrapper.impl
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper.impl that return BlastServerType
 BlastServerType BlastWrapperFactoryImpl.createBlastServerTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 BlastServerType BlastServerImpl.getBlastServerType()
           
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper.impl with parameters of type BlastServerType
 void BlastServerImpl.setBlastServerType(BlastServerType newBlastServerType)