com.ibm.etools.cobol.application.model.cobol

Class SystemInfo

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • com.ibm.etools.cobol.application.model.cobol.SystemInfo
  • All Implemented Interfaces:
    java.io.Serializable, org.eclipse.emf.common.util.Enumerator


    public final class SystemInfo
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the system information that can be specified after the FROM keyword in an ACCEPT statement. This includes the literals of the enumeration 'System Info', and utility methods for working with them.
    See Also:
    COBOLPackage.getSystemInfo(), Serialized Form
    • Method Detail

      • get

        public static SystemInfo get(java.lang.String literal)
        Returns the 'System Info' literal with the specified literal value.
      • getByName

        public static SystemInfo getByName(java.lang.String name)
        Returns the 'System Info' literal with the specified name.
      • get

        public static SystemInfo get(int value)
        Returns the 'System Info' literal with the specified integer value.