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

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

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

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

See Also:
ZSeriesPackage.getLockSizeType()

Field Summary
static int ANY
          The 'ANY' literal value.
static LockSizeType ANY_LITERAL
          The 'ANY' literal object.
static int LOB
          The 'LOB' literal value.
static LockSizeType LOB_LITERAL
          The 'LOB' literal object.
static int PAGE
          The 'PAGE' literal value.
static LockSizeType PAGE_LITERAL
          The 'PAGE' literal object.
static int ROW
          The 'ROW' literal value.
static LockSizeType ROW_LITERAL
          The 'ROW' literal object.
static int TABLE
          The 'TABLE' literal value.
static LockSizeType TABLE_LITERAL
          The 'TABLE' literal object.
static int TABLESPACE
          The 'TABLESPACE' literal value.
static LockSizeType TABLESPACE_LITERAL
          The 'TABLESPACE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Lock Size Type' enumerators.
 
Method Summary
static LockSizeType get(int value)
          Returns the 'Lock Size Type' literal with the specified integer value.
static LockSizeType get(java.lang.String literal)
          Returns the 'Lock Size Type' literal with the specified literal value.
static LockSizeType getByName(java.lang.String name)
          Returns the 'Lock Size 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

ANY

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

See Also:
ANY_LITERAL, Constant Field Values

LOB

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

See Also:
LOB_LITERAL, Constant Field Values

PAGE

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

See Also:
PAGE_LITERAL, Constant Field Values

ROW

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

See Also:
ROW_LITERAL, Constant Field Values

TABLESPACE

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

See Also:
TABLESPACE_LITERAL, Constant Field Values

TABLE

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

See Also:
TABLE_LITERAL, Constant Field Values

ANY_LITERAL

public static final LockSizeType ANY_LITERAL
The 'ANY' literal object.

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

See Also:
ANY

LOB_LITERAL

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

PAGE_LITERAL

public static final LockSizeType PAGE_LITERAL
The 'PAGE' literal object.

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

See Also:
PAGE

ROW_LITERAL

public static final LockSizeType ROW_LITERAL
The 'ROW' literal object.

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

See Also:
ROW

TABLESPACE_LITERAL

public static final LockSizeType TABLESPACE_LITERAL
The 'TABLESPACE' literal object.

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

See Also:
TABLESPACE

TABLE_LITERAL

public static final LockSizeType TABLE_LITERAL
The 'TABLE' literal object.

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

See Also:
TABLE

VALUES

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

Method Detail

get

public static LockSizeType get(java.lang.String literal)
Returns the 'Lock Size Type' literal with the specified literal value.


getByName

public static LockSizeType getByName(java.lang.String name)
Returns the 'Lock Size Type' literal with the specified name.


get

public static LockSizeType get(int value)
Returns the 'Lock Size Type' literal with the specified integer value.