com.ibm.db.models.db2.zSeries
Class CCSIDType

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

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

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

See Also:
ZSeriesPackage.getCCSIDType()

Field Summary
static int ASCII
          The 'ASCII' literal value.
static CCSIDType ASCII_LITERAL
          The 'ASCII' literal object.
static int EBCDIC
          The 'EBCDIC' literal value.
static CCSIDType EBCDIC_LITERAL
          The 'EBCDIC' literal object.
static int NONE
          The 'NONE' literal value.
static CCSIDType NONE_LITERAL
          The 'NONE' literal object.
static int UNICODE
          The 'UNICODE' literal value.
static CCSIDType UNICODE_LITERAL
          The 'UNICODE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'CCSID Type' enumerators.
 
Method Summary
static CCSIDType get(int value)
          Returns the 'CCSID Type' literal with the specified integer value.
static CCSIDType get(java.lang.String literal)
          Returns the 'CCSID Type' literal with the specified literal value.
static CCSIDType getByName(java.lang.String name)
          Returns the 'CCSID 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

EBCDIC

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

See Also:
EBCDIC_LITERAL, Constant Field Values

ASCII

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

See Also:
ASCII_LITERAL, Constant Field Values

UNICODE

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

See Also:
UNICODE_LITERAL, Constant Field Values

NONE

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

See Also:
NONE_LITERAL, Constant Field Values

EBCDIC_LITERAL

public static final CCSIDType EBCDIC_LITERAL
The 'EBCDIC' literal object.

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

See Also:
EBCDIC

ASCII_LITERAL

public static final CCSIDType ASCII_LITERAL
The 'ASCII' literal object.

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

See Also:
ASCII

UNICODE_LITERAL

public static final CCSIDType UNICODE_LITERAL
The 'UNICODE' literal object.

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

See Also:
UNICODE

NONE_LITERAL

public static final CCSIDType NONE_LITERAL
The 'NONE' literal object.

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

See Also:
NONE

VALUES

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

Method Detail

get

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


getByName

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


get

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