|
||||||||||
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.luw.OracleWrapper.OracleServerVersion
public final class OracleServerVersion
A representation of the literals of the enumeration 'Oracle Server Version', and utility methods for working with them.
OracleWrapperPackage.getOracleServerVersion()
Field Summary | |
---|---|
static int |
V7_34
The 'V7 34' literal value. |
static OracleServerVersion |
V7_34_LITERAL
The 'V7 34' literal object. |
static int |
V8_X
The 'V8 X' literal value. |
static OracleServerVersion |
V8_X_LITERAL
The 'V8 X' literal object. |
static int |
V9_X
The 'V9 X' literal value. |
static OracleServerVersion |
V9_X_LITERAL
The 'V9 X' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Oracle Server Version' enumerators. |
Method Summary | |
---|---|
static OracleServerVersion |
get(int value)
Returns the 'Oracle Server Version' literal with the specified integer value. |
static OracleServerVersion |
get(java.lang.String literal)
Returns the 'Oracle Server Version' literal with the specified literal value. |
static OracleServerVersion |
getByName(java.lang.String name)
Returns the 'Oracle Server Version' 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 V7_34
V7_34_LITERAL
,
Constant Field Valuespublic static final int V8_X
V8_X_LITERAL
,
Constant Field Valuespublic static final int V9_X
V9_X_LITERAL
,
Constant Field Valuespublic static final OracleServerVersion V7_34_LITERAL
If the meaning of 'V7 34' literal object isn't clear, there really should be more of a description here...
V7_34
public static final OracleServerVersion V8_X_LITERAL
If the meaning of 'V8 X' literal object isn't clear, there really should be more of a description here...
V8_X
public static final OracleServerVersion V9_X_LITERAL
If the meaning of 'V9 X' literal object isn't clear, there really should be more of a description here...
V9_X
public static final java.util.List VALUES
Method Detail |
---|
public static OracleServerVersion get(java.lang.String literal)
public static OracleServerVersion getByName(java.lang.String name)
public static OracleServerVersion get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |