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

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

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

A representation of the literals of the enumeration 'Character Set Encoding Scheme', and utility methods for working with them. Enumeration of valid values used in the zSeriesCharacterSet ccsid attribute. See the zSeries v8 SQL reference for details.

See Also:
ZSeriesPackage.getZSeriesCharacterSetEncodingScheme()

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

DEFAULT

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

See Also:
DEFAULT_LITERAL, Constant Field Values

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

DEFAULT_LITERAL

public static final ZSeriesCharacterSetEncodingScheme DEFAULT_LITERAL
The 'DEFAULT' literal object.

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

See Also:
DEFAULT

EBCDIC_LITERAL

public static final ZSeriesCharacterSetEncodingScheme 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 ZSeriesCharacterSetEncodingScheme 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 ZSeriesCharacterSetEncodingScheme 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

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Character Set Encoding Scheme' enumerators.

Method Detail

get

public static ZSeriesCharacterSetEncodingScheme get(java.lang.String literal)
Returns the 'Character Set Encoding Scheme' literal with the specified literal value.


getByName

public static ZSeriesCharacterSetEncodingScheme getByName(java.lang.String name)
Returns the 'Character Set Encoding Scheme' literal with the specified name.


get

public static ZSeriesCharacterSetEncodingScheme get(int value)
Returns the 'Character Set Encoding Scheme' literal with the specified integer value.