|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.db.models.db2.zSeries.LockSizeType
public final class LockSizeType
A representation of the literals of the enumeration 'Lock Size Type', and utility methods for working with them.
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 |
---|
public static final int ANY
ANY_LITERAL
,
Constant Field Valuespublic static final int LOB
LOB_LITERAL
,
Constant Field Valuespublic static final int PAGE
PAGE_LITERAL
,
Constant Field Valuespublic static final int ROW
ROW_LITERAL
,
Constant Field Valuespublic static final int TABLESPACE
TABLESPACE_LITERAL
,
Constant Field Valuespublic static final int TABLE
TABLE_LITERAL
,
Constant Field Valuespublic static final LockSizeType ANY_LITERAL
If the meaning of 'ANY' literal object isn't clear, there really should be more of a description here...
ANY
public static final LockSizeType LOB_LITERAL
If the meaning of 'LOB' literal object isn't clear, there really should be more of a description here...
LOB
public static final LockSizeType PAGE_LITERAL
If the meaning of 'PAGE' literal object isn't clear, there really should be more of a description here...
PAGE
public static final LockSizeType ROW_LITERAL
If the meaning of 'ROW' literal object isn't clear, there really should be more of a description here...
ROW
public static final LockSizeType TABLESPACE_LITERAL
If the meaning of 'TABLESPACE' literal object isn't clear, there really should be more of a description here...
TABLESPACE
public static final LockSizeType TABLE_LITERAL
If the meaning of 'TABLE' literal object isn't clear, there really should be more of a description here...
TABLE
public static final java.util.List VALUES
Method Detail |
---|
public static LockSizeType get(java.lang.String literal)
public static LockSizeType getByName(java.lang.String name)
public static LockSizeType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |