com.ibm.db.models.db2.luw
Class TableSpaceType

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

public final class TableSpaceType
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. DB2 Universal Database SQL Reference Version 8.1 (Vol.1 and 2) http://www7b.software.ibm.com/dmdd/library/techarticle/0206sqlref/0206sqlref.html

See Also:
LUWPackage.getTableSpaceType()

Field Summary
static int LARGE
          The 'LARGE' literal value.
static TableSpaceType LARGE_LITERAL
          The 'LARGE' literal object.
static int REGULAR
          The 'REGULAR' literal value.
static TableSpaceType REGULAR_LITERAL
          The 'REGULAR' literal object.
static int SYSTEM_TEMP
          The 'SYSTEM TEMP' literal value.
static TableSpaceType SYSTEM_TEMP_LITERAL
          The 'SYSTEM TEMP' literal object.
static int USER_TEMP
          The 'USER TEMP' literal value.
static TableSpaceType USER_TEMP_LITERAL
          The 'USER TEMP' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Table Space Type' enumerators.
 
Method Summary
static TableSpaceType get(int value)
          Returns the 'Table Space Type' literal with the specified integer value.
static TableSpaceType get(java.lang.String literal)
          Returns the 'Table Space Type' literal with the specified literal value.
static TableSpaceType 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

REGULAR

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

See Also:
REGULAR_LITERAL, Constant Field Values

LARGE

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

See Also:
LARGE_LITERAL, Constant Field Values

SYSTEM_TEMP

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

See Also:
SYSTEM_TEMP_LITERAL, Constant Field Values

USER_TEMP

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

See Also:
USER_TEMP_LITERAL, Constant Field Values

REGULAR_LITERAL

public static final TableSpaceType 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

LARGE_LITERAL

public static final TableSpaceType 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

SYSTEM_TEMP_LITERAL

public static final TableSpaceType SYSTEM_TEMP_LITERAL
The 'SYSTEM TEMP' literal object.

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

See Also:
SYSTEM_TEMP

USER_TEMP_LITERAL

public static final TableSpaceType USER_TEMP_LITERAL
The 'USER TEMP' literal object.

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

See Also:
USER_TEMP

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 TableSpaceType get(java.lang.String literal)
Returns the 'Table Space Type' literal with the specified literal value.


getByName

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


get

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