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

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

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

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

See Also:
ZSeriesPackage.getZSeriesTableSpaceType()

Field Summary
static int BLANK
          The 'BLANK' literal value.
static ZSeriesTableSpaceType BLANK_LITERAL
          The 'BLANK' literal object.
static int LARGE
          The 'LARGE' literal value.
static ZSeriesTableSpaceType LARGE_LITERAL
          The 'LARGE' literal object.
static int LOB
          The 'LOB' literal value.
static ZSeriesTableSpaceType LOB_LITERAL
          The 'LOB' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Table Space Type' enumerators.
 
Method Summary
static ZSeriesTableSpaceType get(int value)
          Returns the 'Table Space Type' literal with the specified integer value.
static ZSeriesTableSpaceType get(java.lang.String literal)
          Returns the 'Table Space Type' literal with the specified literal value.
static ZSeriesTableSpaceType getByName(java.lang.String name)
          Returns the 'Table Space 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

BLANK

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

See Also:
BLANK_LITERAL, Constant Field Values

LARGE

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

See Also:
LARGE_LITERAL, Constant Field Values

LOB

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

See Also:
LOB_LITERAL, Constant Field Values

BLANK_LITERAL

public static final ZSeriesTableSpaceType BLANK_LITERAL
The 'BLANK' literal object.

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

See Also:
BLANK

LARGE_LITERAL

public static final ZSeriesTableSpaceType LARGE_LITERAL
The 'LARGE' literal object.

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

See Also:
LARGE

LOB_LITERAL

public static final ZSeriesTableSpaceType LOB_LITERAL
The 'LOB' literal object.

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

See Also:
LOB

VALUES

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

Method Detail

get

public static ZSeriesTableSpaceType get(java.lang.String literal)
Returns the 'Table Space Type' literal with the specified literal value.


getByName

public static ZSeriesTableSpaceType getByName(java.lang.String name)
Returns the 'Table Space Type' literal with the specified name.


get

public static ZSeriesTableSpaceType get(int value)
Returns the 'Table Space Type' literal with the specified integer value.