|
||||||||||
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.zSeries.ZSeriesCharacterSetEncodingScheme
public final class ZSeriesCharacterSetEncodingScheme
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.
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 |
---|
public static final int DEFAULT
DEFAULT_LITERAL
,
Constant Field Valuespublic static final int EBCDIC
EBCDIC_LITERAL
,
Constant Field Valuespublic static final int ASCII
ASCII_LITERAL
,
Constant Field Valuespublic static final int UNICODE
UNICODE_LITERAL
,
Constant Field Valuespublic static final ZSeriesCharacterSetEncodingScheme DEFAULT_LITERAL
If the meaning of 'DEFAULT' literal object isn't clear, there really should be more of a description here...
DEFAULT
public static final ZSeriesCharacterSetEncodingScheme EBCDIC_LITERAL
If the meaning of 'EBCDIC' literal object isn't clear, there really should be more of a description here...
EBCDIC
public static final ZSeriesCharacterSetEncodingScheme ASCII_LITERAL
If the meaning of 'ASCII' literal object isn't clear, there really should be more of a description here...
ASCII
public static final ZSeriesCharacterSetEncodingScheme UNICODE_LITERAL
If the meaning of 'UNICODE' literal object isn't clear, there really should be more of a description here...
UNICODE
public static final java.util.List VALUES
Method Detail |
---|
public static ZSeriesCharacterSetEncodingScheme get(java.lang.String literal)
public static ZSeriesCharacterSetEncodingScheme getByName(java.lang.String name)
public static ZSeriesCharacterSetEncodingScheme get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |