com.ibm.db.models.db2.luw.OracleWrapper
Class OracleServerVersion

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

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

A representation of the literals of the enumeration 'Oracle Server Version', and utility methods for working with them.

See Also:
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

V7_34

public static final int V7_34
The 'V7 34' literal value.

See Also:
V7_34_LITERAL, Constant Field Values

V8_X

public static final int V8_X
The 'V8 X' literal value.

See Also:
V8_X_LITERAL, Constant Field Values

V9_X

public static final int V9_X
The 'V9 X' literal value.

See Also:
V9_X_LITERAL, Constant Field Values

V7_34_LITERAL

public static final OracleServerVersion V7_34_LITERAL
The 'V7 34' literal object.

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

See Also:
V7_34

V8_X_LITERAL

public static final OracleServerVersion V8_X_LITERAL
The 'V8 X' literal object.

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

See Also:
V8_X

V9_X_LITERAL

public static final OracleServerVersion V9_X_LITERAL
The 'V9 X' literal object.

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

See Also:
V9_X

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Oracle Server Version' enumerators.

Method Detail

get

public static OracleServerVersion get(java.lang.String literal)
Returns the 'Oracle Server Version' literal with the specified literal value.


getByName

public static OracleServerVersion getByName(java.lang.String name)
Returns the 'Oracle Server Version' literal with the specified name.


get

public static OracleServerVersion get(int value)
Returns the 'Oracle Server Version' literal with the specified integer value.