com.ibm.db.models.db2.iSeries
Class ISeriesCharacterSetSubtype

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

public final class ISeriesCharacterSetSubtype
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 iSeriesCharacterSet subtype attribute. See the iSeries v5.3 SQL reference for details.

See Also:
ISeriesPackage.getISeriesCharacterSetSubtype()

Field Summary
static int DEFINED_BY_CCSID_NORMALIZED
          The 'DEFINED BY CCSID NORMALIZED' literal value.
static ISeriesCharacterSetSubtype DEFINED_BY_CCSID_NORMALIZED_LITERAL
          The 'DEFINED BY CCSID NORMALIZED' literal object.
static int DEFINED_BY_CCSID_NOT_NORMALIZED
          The 'DEFINED BY CCSID NOT NORMALIZED' literal value.
static ISeriesCharacterSetSubtype DEFINED_BY_CCSID_NOT_NORMALIZED_LITERAL
          The 'DEFINED BY CCSID NOT NORMALIZED' literal object.
static int FOR_MIXED_DATA
          The 'FOR MIXED DATA' literal value.
static ISeriesCharacterSetSubtype FOR_MIXED_DATA_LITERAL
          The 'FOR MIXED DATA' literal object.
static int FOR_SBCS_DATA
          The 'FOR SBCS DATA' literal value.
static ISeriesCharacterSetSubtype FOR_SBCS_DATA_LITERAL
          The 'FOR SBCS DATA' literal object.
static int NO_CHARSET_XLATION
          The 'NO CHARSET XLATION' literal value.
static ISeriesCharacterSetSubtype NO_CHARSET_XLATION_LITERAL
          The 'NO CHARSET XLATION' literal object.
static int UNDEFINED
          The 'UNDEFINED' literal value.
static ISeriesCharacterSetSubtype 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 ISeriesCharacterSetSubtype get(int value)
          Returns the 'Character Set Subtype' literal with the specified integer value.
static ISeriesCharacterSetSubtype get(java.lang.String literal)
          Returns the 'Character Set Subtype' literal with the specified literal value.
static ISeriesCharacterSetSubtype 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

DEFINED_BY_CCSID_NOT_NORMALIZED

public static final int DEFINED_BY_CCSID_NOT_NORMALIZED
The 'DEFINED BY CCSID NOT NORMALIZED' literal value.

See Also:
DEFINED_BY_CCSID_NOT_NORMALIZED_LITERAL, Constant Field Values

DEFINED_BY_CCSID_NORMALIZED

public static final int DEFINED_BY_CCSID_NORMALIZED
The 'DEFINED BY CCSID NORMALIZED' literal value.

See Also:
DEFINED_BY_CCSID_NORMALIZED_LITERAL, Constant Field Values

NO_CHARSET_XLATION

public static final int NO_CHARSET_XLATION
The 'NO CHARSET XLATION' literal value.

See Also:
NO_CHARSET_XLATION_LITERAL, Constant Field Values

UNDEFINED_LITERAL

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

DEFINED_BY_CCSID_NOT_NORMALIZED_LITERAL

public static final ISeriesCharacterSetSubtype DEFINED_BY_CCSID_NOT_NORMALIZED_LITERAL
The 'DEFINED BY CCSID NOT NORMALIZED' literal object.

If the meaning of 'DEFINED BY CCSID NOT NORMALIZED' literal object isn't clear, there really should be more of a description here...

See Also:
DEFINED_BY_CCSID_NOT_NORMALIZED

DEFINED_BY_CCSID_NORMALIZED_LITERAL

public static final ISeriesCharacterSetSubtype DEFINED_BY_CCSID_NORMALIZED_LITERAL
The 'DEFINED BY CCSID NORMALIZED' literal object.

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

See Also:
DEFINED_BY_CCSID_NORMALIZED

NO_CHARSET_XLATION_LITERAL

public static final ISeriesCharacterSetSubtype NO_CHARSET_XLATION_LITERAL
The 'NO CHARSET XLATION' literal object.

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

See Also:
NO_CHARSET_XLATION

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 ISeriesCharacterSetSubtype get(java.lang.String literal)
Returns the 'Character Set Subtype' literal with the specified literal value.


getByName

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


get

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