|
||||||||||
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.ZSeriesCharacterSetSubtype
public final class ZSeriesCharacterSetSubtype
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.
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 |
---|
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 ZSeriesCharacterSetSubtype 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 ZSeriesCharacterSetSubtype 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 ZSeriesCharacterSetSubtype 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 java.util.List VALUES
Method Detail |
---|
public static ZSeriesCharacterSetSubtype get(java.lang.String literal)
public static ZSeriesCharacterSetSubtype getByName(java.lang.String name)
public static ZSeriesCharacterSetSubtype get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |