com.ibm.db.models.db2.zSeries
Class ZSeriesDatabaseType

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

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

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

See Also:
ZSeriesPackage.getZSeriesDatabaseType()

Field Summary
static int REGULAR
          The 'REGULAR' literal value.
static ZSeriesDatabaseType REGULAR_LITERAL
          The 'REGULAR' literal object.
static int TEMP
          The 'TEMP' literal value.
static ZSeriesDatabaseType TEMP_LITERAL
          The 'TEMP' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Database Type' enumerators.
static int WORKFILE
          The 'WORKFILE' literal value.
static ZSeriesDatabaseType WORKFILE_LITERAL
          The 'WORKFILE' literal object.
 
Method Summary
static ZSeriesDatabaseType get(int value)
          Returns the 'Database Type' literal with the specified integer value.
static ZSeriesDatabaseType get(java.lang.String literal)
          Returns the 'Database Type' literal with the specified literal value.
static ZSeriesDatabaseType getByName(java.lang.String name)
          Returns the 'Database 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

REGULAR

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

See Also:
REGULAR_LITERAL, Constant Field Values

WORKFILE

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

See Also:
WORKFILE_LITERAL, Constant Field Values

TEMP

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

See Also:
TEMP_LITERAL, Constant Field Values

REGULAR_LITERAL

public static final ZSeriesDatabaseType REGULAR_LITERAL
The 'REGULAR' literal object.

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

See Also:
REGULAR

WORKFILE_LITERAL

public static final ZSeriesDatabaseType WORKFILE_LITERAL
The 'WORKFILE' literal object.

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

See Also:
WORKFILE

TEMP_LITERAL

public static final ZSeriesDatabaseType TEMP_LITERAL
The 'TEMP' literal object.

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

See Also:
TEMP

VALUES

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

Method Detail

get

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


getByName

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


get

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