|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.db.models.db2.iSeries.ISeriesCharacterSetSubtype
public final class ISeriesCharacterSetSubtype
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.
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 |
---|
public static final int UNDEFINED
UNDEFINED_LITERAL
,
Constant Field Valuespublic static final int FOR_SBCS_DATA
FOR_SBCS_DATA_LITERAL
,
Constant Field Valuespublic static final int FOR_MIXED_DATA
FOR_MIXED_DATA_LITERAL
,
Constant Field Valuespublic static final int DEFINED_BY_CCSID_NOT_NORMALIZED
DEFINED_BY_CCSID_NOT_NORMALIZED_LITERAL
,
Constant Field Valuespublic static final int DEFINED_BY_CCSID_NORMALIZED
DEFINED_BY_CCSID_NORMALIZED_LITERAL
,
Constant Field Valuespublic static final int NO_CHARSET_XLATION
NO_CHARSET_XLATION_LITERAL
,
Constant Field Valuespublic static final ISeriesCharacterSetSubtype UNDEFINED_LITERAL
If the meaning of 'UNDEFINED' literal object isn't clear, there really should be more of a description here...
UNDEFINED
public static final ISeriesCharacterSetSubtype FOR_SBCS_DATA_LITERAL
If the meaning of 'FOR SBCS DATA' literal object isn't clear, there really should be more of a description here...
FOR_SBCS_DATA
public static final ISeriesCharacterSetSubtype FOR_MIXED_DATA_LITERAL
If the meaning of 'FOR MIXED DATA' literal object isn't clear, there really should be more of a description here...
FOR_MIXED_DATA
public static final ISeriesCharacterSetSubtype DEFINED_BY_CCSID_NOT_NORMALIZED_LITERAL
If the meaning of 'DEFINED BY CCSID NOT NORMALIZED' literal object isn't clear, there really should be more of a description here...
DEFINED_BY_CCSID_NOT_NORMALIZED
public static final ISeriesCharacterSetSubtype DEFINED_BY_CCSID_NORMALIZED_LITERAL
If the meaning of 'DEFINED BY CCSID NORMALIZED' literal object isn't clear, there really should be more of a description here...
DEFINED_BY_CCSID_NORMALIZED
public static final ISeriesCharacterSetSubtype NO_CHARSET_XLATION_LITERAL
If the meaning of 'NO CHARSET XLATION' literal object isn't clear, there really should be more of a description here...
NO_CHARSET_XLATION
public static final java.util.List VALUES
Method Detail |
---|
public static ISeriesCharacterSetSubtype get(java.lang.String literal)
public static ISeriesCharacterSetSubtype getByName(java.lang.String name)
public static ISeriesCharacterSetSubtype get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |