|
||||||||||
| 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.etools.cobol.application.model.cobol.EnvironmentType
public final class EnvironmentType
A representation of the predefined environment names. This includes the literals of the enumeration 'Environment Type', and utility methods for working with them.
COBOLPackage.getEnvironmentType(),
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static int |
ENV_AFP_5A
The 'ENV AFP 5A' literal value. |
static EnvironmentType |
ENV_AFP_5A_LITERAL
The 'ENV AFP 5A' literal object. |
static int |
ENV_C01
The 'ENV C01' literal value. |
static EnvironmentType |
ENV_C01_LITERAL
The 'ENV C01' literal object. |
static int |
ENV_C02
The 'ENV C02' literal value. |
static EnvironmentType |
ENV_C02_LITERAL
The 'ENV C02' literal object. |
static int |
ENV_C03
The 'ENV C03' literal value. |
static EnvironmentType |
ENV_C03_LITERAL
The 'ENV C03' literal object. |
static int |
ENV_C04
The 'ENV C04' literal value. |
static EnvironmentType |
ENV_C04_LITERAL
The 'ENV C04' literal object. |
static int |
ENV_C05
The 'ENV C05' literal value. |
static EnvironmentType |
ENV_C05_LITERAL
The 'ENV C05' literal object. |
static int |
ENV_C06
The 'ENV C06' literal value. |
static EnvironmentType |
ENV_C06_LITERAL
The 'ENV C06' literal object. |
static int |
ENV_C07
The 'ENV C07' literal value. |
static EnvironmentType |
ENV_C07_LITERAL
The 'ENV C07' literal object. |
static int |
ENV_C08
The 'ENV C08' literal value. |
static EnvironmentType |
ENV_C08_LITERAL
The 'ENV C08' literal object. |
static int |
ENV_C09
The 'ENV C09' literal value. |
static EnvironmentType |
ENV_C09_LITERAL
The 'ENV C09' literal object. |
static int |
ENV_C10
The 'ENV C10' literal value. |
static EnvironmentType |
ENV_C10_LITERAL
The 'ENV C10' literal object. |
static int |
ENV_C11
The 'ENV C11' literal value. |
static EnvironmentType |
ENV_C11_LITERAL
The 'ENV C11' literal object. |
static int |
ENV_C12
The 'ENV C12' literal value. |
static EnvironmentType |
ENV_C12_LITERAL
The 'ENV C12' literal object. |
static int |
ENV_CONSOLE
The 'ENV CONSOLE' literal value. |
static EnvironmentType |
ENV_CONSOLE_LITERAL
The 'ENV CONSOLE' literal object. |
static int |
ENV_CSP
The 'ENV CSP' literal value. |
static EnvironmentType |
ENV_CSP_LITERAL
The 'ENV CSP' literal object. |
static int |
ENV_S01
The 'ENV S01' literal value. |
static EnvironmentType |
ENV_S01_LITERAL
The 'ENV S01' literal object. |
static int |
ENV_S02
The 'ENV S02' literal value. |
static EnvironmentType |
ENV_S02_LITERAL
The 'ENV S02' literal object. |
static int |
ENV_S03
The 'ENV S03' literal value. |
static EnvironmentType |
ENV_S03_LITERAL
The 'ENV S03' literal object. |
static int |
ENV_S04
The 'ENV S04' literal value. |
static EnvironmentType |
ENV_S04_LITERAL
The 'ENV S04' literal object. |
static int |
ENV_S05
The 'ENV S05' literal value. |
static EnvironmentType |
ENV_S05_LITERAL
The 'ENV S05' literal object. |
static int |
ENV_SYSIN
The 'ENV SYSIN' literal value. |
static EnvironmentType |
ENV_SYSIN_LITERAL
The 'ENV SYSIN' literal object. |
static int |
ENV_SYSIPT
The 'ENV SYSIPT' literal value. |
static EnvironmentType |
ENV_SYSIPT_LITERAL
The 'ENV SYSIPT' literal object. |
static int |
ENV_SYSLIST
The 'ENV SYSLIST' literal value. |
static EnvironmentType |
ENV_SYSLIST_LITERAL
The 'ENV SYSLIST' literal object. |
static int |
ENV_SYSLST
The 'ENV SYSLST' literal value. |
static EnvironmentType |
ENV_SYSLST_LITERAL
The 'ENV SYSLST' literal object. |
static int |
ENV_SYSOUT
The 'ENV SYSOUT' literal value. |
static EnvironmentType |
ENV_SYSOUT_LITERAL
The 'ENV SYSOUT' literal object. |
static int |
ENV_SYSPCH
The 'ENV SYSPCH' literal value. |
static EnvironmentType |
ENV_SYSPCH_LITERAL
The 'ENV SYSPCH' literal object. |
static int |
ENV_SYSPUNCH
The 'ENV SYSPUNCH' literal value. |
static EnvironmentType |
ENV_SYSPUNCH_LITERAL
The 'ENV SYSPUNCH' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Environment Type' enumerators. |
| Method Summary | |
|---|---|
static EnvironmentType |
get(int value)
Returns the 'Environment Type' literal with the specified integer value. |
static EnvironmentType |
get(java.lang.String literal)
Returns the 'Environment Type' literal with the specified literal value. |
static EnvironmentType |
getByName(java.lang.String name)
Returns the 'Environment Type' 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 java.lang.String copyright
public static final int ENV_SYSIN
Representation of SYSIN.
ENV_SYSIN_LITERAL,
Constant Field Valuespublic static final int ENV_SYSIPT
Representation of SYSIPT.
ENV_SYSIPT_LITERAL,
Constant Field Valuespublic static final int ENV_SYSOUT
Representation of SYSOUT.
ENV_SYSOUT_LITERAL,
Constant Field Valuespublic static final int ENV_SYSLIST
Representation of SYSLIST.
ENV_SYSLIST_LITERAL,
Constant Field Valuespublic static final int ENV_SYSLST
Representation of SYSLST.
ENV_SYSLST_LITERAL,
Constant Field Valuespublic static final int ENV_SYSPUNCH
Representation of SYSPUNCH.
ENV_SYSPUNCH_LITERAL,
Constant Field Valuespublic static final int ENV_SYSPCH
Representation of SYSPCH.
ENV_SYSPCH_LITERAL,
Constant Field Valuespublic static final int ENV_CONSOLE
Representation of CONSOLE.
ENV_CONSOLE_LITERAL,
Constant Field Valuespublic static final int ENV_C01
Representation of C01.
ENV_C01_LITERAL,
Constant Field Valuespublic static final int ENV_C02
Representation of C02.
ENV_C02_LITERAL,
Constant Field Valuespublic static final int ENV_C03
Representation of C03.
ENV_C03_LITERAL,
Constant Field Valuespublic static final int ENV_C04
Representation of C04.
ENV_C04_LITERAL,
Constant Field Valuespublic static final int ENV_C05
Representation of C05.
ENV_C05_LITERAL,
Constant Field Valuespublic static final int ENV_C06
Representation of C06.
ENV_C06_LITERAL,
Constant Field Valuespublic static final int ENV_C07
Representation of C07.
ENV_C07_LITERAL,
Constant Field Valuespublic static final int ENV_C08
Representation of C08.
ENV_C08_LITERAL,
Constant Field Valuespublic static final int ENV_C09
Representation of C09.
ENV_C09_LITERAL,
Constant Field Valuespublic static final int ENV_C10
Representation of C10.
ENV_C10_LITERAL,
Constant Field Valuespublic static final int ENV_C11
Representation of C11.
ENV_C11_LITERAL,
Constant Field Valuespublic static final int ENV_C12
Representation of C12.
ENV_C12_LITERAL,
Constant Field Valuespublic static final int ENV_CSP
Representation of CSP.
ENV_CSP_LITERAL,
Constant Field Valuespublic static final int ENV_S01
Representation of S01.
ENV_S01_LITERAL,
Constant Field Valuespublic static final int ENV_S02
Representation of S02.
ENV_S02_LITERAL,
Constant Field Valuespublic static final int ENV_S03
Representation of S03.
ENV_S03_LITERAL,
Constant Field Valuespublic static final int ENV_S04
Representation of S04.
ENV_S04_LITERAL,
Constant Field Valuespublic static final int ENV_S05
Representation of S05.
ENV_S05_LITERAL,
Constant Field Valuespublic static final int ENV_AFP_5A
Representation of AFP-5A.
ENV_AFP_5A_LITERAL,
Constant Field Valuespublic static final EnvironmentType ENV_SYSIN_LITERAL
ENV_SYSINpublic static final EnvironmentType ENV_SYSIPT_LITERAL
ENV_SYSIPTpublic static final EnvironmentType ENV_SYSOUT_LITERAL
ENV_SYSOUTpublic static final EnvironmentType ENV_SYSLIST_LITERAL
ENV_SYSLISTpublic static final EnvironmentType ENV_SYSLST_LITERAL
ENV_SYSLSTpublic static final EnvironmentType ENV_SYSPUNCH_LITERAL
ENV_SYSPUNCHpublic static final EnvironmentType ENV_SYSPCH_LITERAL
ENV_SYSPCHpublic static final EnvironmentType ENV_CONSOLE_LITERAL
ENV_CONSOLEpublic static final EnvironmentType ENV_C01_LITERAL
ENV_C01public static final EnvironmentType ENV_C02_LITERAL
ENV_C02public static final EnvironmentType ENV_C03_LITERAL
ENV_C03public static final EnvironmentType ENV_C04_LITERAL
ENV_C04public static final EnvironmentType ENV_C05_LITERAL
ENV_C05public static final EnvironmentType ENV_C06_LITERAL
ENV_C06public static final EnvironmentType ENV_C07_LITERAL
ENV_C07public static final EnvironmentType ENV_C08_LITERAL
ENV_C08public static final EnvironmentType ENV_C09_LITERAL
ENV_C09public static final EnvironmentType ENV_C10_LITERAL
ENV_C10public static final EnvironmentType ENV_C11_LITERAL
ENV_C11public static final EnvironmentType ENV_C12_LITERAL
ENV_C12public static final EnvironmentType ENV_CSP_LITERAL
ENV_CSPpublic static final EnvironmentType ENV_S01_LITERAL
ENV_S01public static final EnvironmentType ENV_S02_LITERAL
ENV_S02public static final EnvironmentType ENV_S03_LITERAL
ENV_S03public static final EnvironmentType ENV_S04_LITERAL
ENV_S04public static final EnvironmentType ENV_S05_LITERAL
ENV_S05public static final EnvironmentType ENV_AFP_5A_LITERAL
ENV_AFP_5Apublic static final java.util.List VALUES
| Method Detail |
|---|
public static EnvironmentType get(java.lang.String literal)
public static EnvironmentType getByName(java.lang.String name)
public static EnvironmentType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||