com.ibm.db.models.db2.luw
Class WrapperType

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

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

A representation of the literals of the enumeration 'Wrapper Type', and utility methods for working with them.

See Also:
LUWPackage.getWrapperType()

Field Summary
static int NON_RELATIONAL
          The 'NON RELATIONAL' literal value.
static WrapperType NON_RELATIONAL_LITERAL
          The 'NON RELATIONAL' literal object.
static int RELATIONAL
          The 'RELATIONAL' literal value.
static WrapperType RELATIONAL_LITERAL
          The 'RELATIONAL' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Wrapper Type' enumerators.
 
Method Summary
static WrapperType get(int value)
          Returns the 'Wrapper Type' literal with the specified integer value.
static WrapperType get(java.lang.String literal)
          Returns the 'Wrapper Type' literal with the specified literal value.
static WrapperType getByName(java.lang.String name)
          Returns the 'Wrapper 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

RELATIONAL

public static final int RELATIONAL
The 'RELATIONAL' literal value.

See Also:
RELATIONAL_LITERAL, Constant Field Values

NON_RELATIONAL

public static final int NON_RELATIONAL
The 'NON RELATIONAL' literal value.

See Also:
NON_RELATIONAL_LITERAL, Constant Field Values

RELATIONAL_LITERAL

public static final WrapperType RELATIONAL_LITERAL
The 'RELATIONAL' literal object.

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

See Also:
RELATIONAL

NON_RELATIONAL_LITERAL

public static final WrapperType NON_RELATIONAL_LITERAL
The 'NON RELATIONAL' literal object.

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

See Also:
NON_RELATIONAL

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Wrapper Type' enumerators.

Method Detail

get

public static WrapperType get(java.lang.String literal)
Returns the 'Wrapper Type' literal with the specified literal value.


getByName

public static WrapperType getByName(java.lang.String name)
Returns the 'Wrapper Type' literal with the specified name.


get

public static WrapperType get(int value)
Returns the 'Wrapper Type' literal with the specified integer value.