|
||||||||||
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.ZSeriesDatabaseType
public final class ZSeriesDatabaseType
A representation of the literals of the enumeration 'Database Type', and utility methods for working with them.
ZSeriesPackage.getZSeriesDatabaseType()
Field Summary | |
---|---|
static int |
REGULAR
The 'REGULAR' literal value. |
static ZSeriesDatabaseType |
REGULAR_LITERAL
The 'REGULAR' literal object. |
static int |
TEMP
The 'TEMP' literal value. |
static ZSeriesDatabaseType |
TEMP_LITERAL
The 'TEMP' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Database Type' enumerators. |
static int |
WORKFILE
The 'WORKFILE' literal value. |
static ZSeriesDatabaseType |
WORKFILE_LITERAL
The 'WORKFILE' literal object. |
Method Summary | |
---|---|
static ZSeriesDatabaseType |
get(int value)
Returns the 'Database Type' literal with the specified integer value. |
static ZSeriesDatabaseType |
get(java.lang.String literal)
Returns the 'Database Type' literal with the specified literal value. |
static ZSeriesDatabaseType |
getByName(java.lang.String name)
Returns the 'Database 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 REGULAR
REGULAR_LITERAL
,
Constant Field Valuespublic static final int WORKFILE
WORKFILE_LITERAL
,
Constant Field Valuespublic static final int TEMP
TEMP_LITERAL
,
Constant Field Valuespublic static final ZSeriesDatabaseType REGULAR_LITERAL
If the meaning of 'REGULAR' literal object isn't clear, there really should be more of a description here...
REGULAR
public static final ZSeriesDatabaseType WORKFILE_LITERAL
If the meaning of 'WORKFILE' literal object isn't clear, there really should be more of a description here...
WORKFILE
public static final ZSeriesDatabaseType TEMP_LITERAL
If the meaning of 'TEMP' literal object isn't clear, there really should be more of a description here...
TEMP
public static final java.util.List VALUES
Method Detail |
---|
public static ZSeriesDatabaseType get(java.lang.String literal)
public static ZSeriesDatabaseType getByName(java.lang.String name)
public static ZSeriesDatabaseType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |