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

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.db.models.db2.luw.BlastWrapper.BlastServerType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class BlastServerType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Blast Server Type', and utility methods for working with them.

See Also:
BlastWrapperPackage.getBlastServerType()

Field Summary
static int BLASTN
          The 'BLASTN' literal value.
static BlastServerType BLASTN_LITERAL
          The 'BLASTN' literal object.
static int BLASTP
          The 'BLASTP' literal value.
static BlastServerType BLASTP_LITERAL
          The 'BLASTP' literal object.
static int BLASTX
          The 'BLASTX' literal value.
static BlastServerType BLASTX_LITERAL
          The 'BLASTX' literal object.
static int TBLASTN
          The 'TBLASTN' literal value.
static BlastServerType TBLASTN_LITERAL
          The 'TBLASTN' literal object.
static int TBLASTX
          The 'TBLASTX' literal value.
static BlastServerType TBLASTX_LITERAL
          The 'TBLASTX' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Blast Server Type' enumerators.
 
Method Summary
static BlastServerType get(int value)
          Returns the 'Blast Server Type' literal with the specified integer value.
static BlastServerType get(java.lang.String literal)
          Returns the 'Blast Server Type' literal with the specified literal value.
static BlastServerType getByName(java.lang.String name)
          Returns the 'Blast Server Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BLASTP

public static final int BLASTP
The 'BLASTP' literal value.

See Also:
BLASTP_LITERAL, Constant Field Values

BLASTN

public static final int BLASTN
The 'BLASTN' literal value.

See Also:
BLASTN_LITERAL, Constant Field Values

BLASTX

public static final int BLASTX
The 'BLASTX' literal value.

See Also:
BLASTX_LITERAL, Constant Field Values

TBLASTN

public static final int TBLASTN
The 'TBLASTN' literal value.

See Also:
TBLASTN_LITERAL, Constant Field Values

TBLASTX

public static final int TBLASTX
The 'TBLASTX' literal value.

See Also:
TBLASTX_LITERAL, Constant Field Values

BLASTP_LITERAL

public static final BlastServerType BLASTP_LITERAL
The 'BLASTP' literal object.

If the meaning of 'BLASTP' literal object isn't clear, there really should be more of a description here...

See Also:
BLASTP

BLASTN_LITERAL

public static final BlastServerType BLASTN_LITERAL
The 'BLASTN' literal object.

If the meaning of 'BLASTN' literal object isn't clear, there really should be more of a description here...

See Also:
BLASTN

BLASTX_LITERAL

public static final BlastServerType BLASTX_LITERAL
The 'BLASTX' literal object.

If the meaning of 'BLASTX' literal object isn't clear, there really should be more of a description here...

See Also:
BLASTX

TBLASTN_LITERAL

public static final BlastServerType TBLASTN_LITERAL
The 'TBLASTN' literal object.

If the meaning of 'TBLASTN' literal object isn't clear, there really should be more of a description here...

See Also:
TBLASTN

TBLASTX_LITERAL

public static final BlastServerType TBLASTX_LITERAL
The 'TBLASTX' literal object.

If the meaning of 'TBLASTX' literal object isn't clear, there really should be more of a description here...

See Also:
TBLASTX

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Blast Server Type' enumerators.

Method Detail

get

public static BlastServerType get(java.lang.String literal)
Returns the 'Blast Server Type' literal with the specified literal value.


getByName

public static BlastServerType getByName(java.lang.String name)
Returns the 'Blast Server Type' literal with the specified name.


get

public static BlastServerType get(int value)
Returns the 'Blast Server Type' literal with the specified integer value.