Uses of Class
com.ibm.etools.cobol.application.model.cobol.EnvironmentType

Uses of EnvironmentType in com.ibm.etools.cobol.application.model.cobol
 

Fields in com.ibm.etools.cobol.application.model.cobol declared as EnvironmentType
static EnvironmentType EnvironmentType.ENV_AFP_5A_LITERAL
          The 'ENV AFP 5A' literal object.
static EnvironmentType EnvironmentType.ENV_C01_LITERAL
          The 'ENV C01' literal object.
static EnvironmentType EnvironmentType.ENV_C02_LITERAL
          The 'ENV C02' literal object.
static EnvironmentType EnvironmentType.ENV_C03_LITERAL
          The 'ENV C03' literal object.
static EnvironmentType EnvironmentType.ENV_C04_LITERAL
          The 'ENV C04' literal object.
static EnvironmentType EnvironmentType.ENV_C05_LITERAL
          The 'ENV C05' literal object.
static EnvironmentType EnvironmentType.ENV_C06_LITERAL
          The 'ENV C06' literal object.
static EnvironmentType EnvironmentType.ENV_C07_LITERAL
          The 'ENV C07' literal object.
static EnvironmentType EnvironmentType.ENV_C08_LITERAL
          The 'ENV C08' literal object.
static EnvironmentType EnvironmentType.ENV_C09_LITERAL
          The 'ENV C09' literal object.
static EnvironmentType EnvironmentType.ENV_C10_LITERAL
          The 'ENV C10' literal object.
static EnvironmentType EnvironmentType.ENV_C11_LITERAL
          The 'ENV C11' literal object.
static EnvironmentType EnvironmentType.ENV_C12_LITERAL
          The 'ENV C12' literal object.
static EnvironmentType EnvironmentType.ENV_CONSOLE_LITERAL
          The 'ENV CONSOLE' literal object.
static EnvironmentType EnvironmentType.ENV_CSP_LITERAL
          The 'ENV CSP' literal object.
static EnvironmentType EnvironmentType.ENV_S01_LITERAL
          The 'ENV S01' literal object.
static EnvironmentType EnvironmentType.ENV_S02_LITERAL
          The 'ENV S02' literal object.
static EnvironmentType EnvironmentType.ENV_S03_LITERAL
          The 'ENV S03' literal object.
static EnvironmentType EnvironmentType.ENV_S04_LITERAL
          The 'ENV S04' literal object.
static EnvironmentType EnvironmentType.ENV_S05_LITERAL
          The 'ENV S05' literal object.
static EnvironmentType EnvironmentType.ENV_SYSIN_LITERAL
          The 'ENV SYSIN' literal object.
static EnvironmentType EnvironmentType.ENV_SYSIPT_LITERAL
          The 'ENV SYSIPT' literal object.
static EnvironmentType EnvironmentType.ENV_SYSLIST_LITERAL
          The 'ENV SYSLIST' literal object.
static EnvironmentType EnvironmentType.ENV_SYSLST_LITERAL
          The 'ENV SYSLST' literal object.
static EnvironmentType EnvironmentType.ENV_SYSOUT_LITERAL
          The 'ENV SYSOUT' literal object.
static EnvironmentType EnvironmentType.ENV_SYSPCH_LITERAL
          The 'ENV SYSPCH' literal object.
static EnvironmentType EnvironmentType.ENV_SYSPUNCH_LITERAL
          The 'ENV SYSPUNCH' literal object.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return EnvironmentType
static EnvironmentType EnvironmentType.get(int value)
          Returns the 'Environment Type' literal with the specified integer value.
static EnvironmentType EnvironmentType.get(java.lang.String literal)
          Returns the 'Environment Type' literal with the specified literal value.
static EnvironmentType EnvironmentType.getByName(java.lang.String name)
          Returns the 'Environment Type' literal with the specified name.
 EnvironmentType MnemonicName.getEnvironmentType()
          Returns the value of the 'Environment Type' attribute.
 EnvironmentType Environment.getType()
          Returns the value of the 'Type' attribute.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type EnvironmentType
 void MnemonicName.setEnvironmentType(EnvironmentType value)
          Sets the value of the 'Environment Type' attribute.
 void Environment.setType(EnvironmentType value)
          Sets the value of the 'Type' attribute.