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

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

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

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

See Also:
ZSeriesPackage.getZSeriesCharacterSetSubtype()

Field Summary
static int FOR_MIXED_DATA
          The 'FOR MIXED DATA' literal value.
static ZSeriesCharacterSetSubtype FOR_MIXED_DATA_LITERAL
          The 'FOR MIXED DATA' literal object.
static int FOR_SBCS_DATA
          The 'FOR SBCS DATA' literal value.
static ZSeriesCharacterSetSubtype FOR_SBCS_DATA_LITERAL
          The 'FOR SBCS DATA' literal object.
static int UNDEFINED
          The 'UNDEFINED' literal value.
static ZSeriesCharacterSetSubtype UNDEFINED_LITERAL
          The 'UNDEFINED' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Character Set Subtype' enumerators.
 
Method Summary
static ZSeriesCharacterSetSubtype get(int value)
          Returns the 'Character Set Subtype' literal with the specified integer value.
static ZSeriesCharacterSetSubtype get(java.lang.String literal)
          Returns the 'Character Set Subtype' literal with the specified literal value.
static ZSeriesCharacterSetSubtype getByName(java.lang.String name)
          Returns the 'Character Set Subtype' 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

UNDEFINED

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

See Also:
UNDEFINED_LITERAL, Constant Field Values

FOR_SBCS_DATA

public static final int FOR_SBCS_DATA
The 'FOR SBCS DATA' literal value.

See Also:
FOR_SBCS_DATA_LITERAL, Constant Field Values

FOR_MIXED_DATA

public static final int FOR_MIXED_DATA
The 'FOR MIXED DATA' literal value.

See Also:
FOR_MIXED_DATA_LITERAL, Constant Field Values

UNDEFINED_LITERAL

public static final ZSeriesCharacterSetSubtype UNDEFINED_LITERAL
The 'UNDEFINED' literal object.

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

See Also:
UNDEFINED

FOR_SBCS_DATA_LITERAL

public static final ZSeriesCharacterSetSubtype FOR_SBCS_DATA_LITERAL
The 'FOR SBCS DATA' literal object.

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

See Also:
FOR_SBCS_DATA

FOR_MIXED_DATA_LITERAL

public static final ZSeriesCharacterSetSubtype FOR_MIXED_DATA_LITERAL
The 'FOR MIXED DATA' literal object.

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

See Also:
FOR_MIXED_DATA

VALUES

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

Method Detail

get

public static ZSeriesCharacterSetSubtype get(java.lang.String literal)
Returns the 'Character Set Subtype' literal with the specified literal value.


getByName

public static ZSeriesCharacterSetSubtype getByName(java.lang.String name)
Returns the 'Character Set Subtype' literal with the specified name.


get

public static ZSeriesCharacterSetSubtype get(int value)
Returns the 'Character Set Subtype' literal with the specified integer value.