|
||||||||||
| 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.ZSeriesTableSpaceType
public final class ZSeriesTableSpaceType
A representation of the literals of the enumeration 'Table Space Type', and utility methods for working with them.
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 |
|---|
public static final int BLANK
BLANK_LITERAL,
Constant Field Valuespublic static final int LARGE
LARGE_LITERAL,
Constant Field Valuespublic static final int LOB
LOB_LITERAL,
Constant Field Valuespublic static final ZSeriesTableSpaceType BLANK_LITERAL
If the meaning of 'BLANK' literal object isn't clear, there really should be more of a description here...
BLANKpublic static final ZSeriesTableSpaceType LARGE_LITERAL
If the meaning of 'LARGE' literal object isn't clear, there really should be more of a description here...
LARGEpublic static final ZSeriesTableSpaceType LOB_LITERAL
If the meaning of 'LOB' literal object isn't clear, there really should be more of a description here...
LOBpublic static final java.util.List VALUES
| Method Detail |
|---|
public static ZSeriesTableSpaceType get(java.lang.String literal)
public static ZSeriesTableSpaceType getByName(java.lang.String name)
public static ZSeriesTableSpaceType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||