com.ibm.db.models.db2
Class OriginType

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

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

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

See Also:
DB2ModelPackage.getOriginType()

Field Summary
static int NONE
          The 'NONE' literal value.
static OriginType NONE_LITERAL
          The 'NONE' literal object.
static int SOURCE
          The 'SOURCE' literal value.
static OriginType SOURCE_LITERAL
          The 'SOURCE' literal object.
static int TEMPLATE
          The 'TEMPLATE' literal value.
static OriginType TEMPLATE_LITERAL
          The 'TEMPLATE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Origin Type' enumerators.
 
Method Summary
static OriginType get(int value)
          Returns the 'Origin Type' literal with the specified integer value.
static OriginType get(java.lang.String literal)
          Returns the 'Origin Type' literal with the specified literal value.
static OriginType getByName(java.lang.String name)
          Returns the 'Origin 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

NONE

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

See Also:
NONE_LITERAL, Constant Field Values

TEMPLATE

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

See Also:
TEMPLATE_LITERAL, Constant Field Values

SOURCE

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

See Also:
SOURCE_LITERAL, Constant Field Values

NONE_LITERAL

public static final OriginType NONE_LITERAL
The 'NONE' literal object.

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

See Also:
NONE

TEMPLATE_LITERAL

public static final OriginType TEMPLATE_LITERAL
The 'TEMPLATE' literal object.

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

See Also:
TEMPLATE

SOURCE_LITERAL

public static final OriginType SOURCE_LITERAL
The 'SOURCE' literal object.

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

See Also:
SOURCE

VALUES

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

Method Detail

get

public static OriginType get(java.lang.String literal)
Returns the 'Origin Type' literal with the specified literal value.


getByName

public static OriginType getByName(java.lang.String name)
Returns the 'Origin Type' literal with the specified name.


get

public static OriginType get(int value)
Returns the 'Origin Type' literal with the specified integer value.