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

Class UPSISwitchBit

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


    public final class UPSISwitchBit
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the UPSI switch environment name in the SPECIAL-NAMES paragraph.
    See Also:
    COBOLPackage.getUPSISwitchBit(), Serialized Form
    • Method Detail

      • get

        public static UPSISwitchBit get(java.lang.String literal)
        Returns the 'UPSI Switch Bit' literal with the specified literal value.
      • getByName

        public static UPSISwitchBit getByName(java.lang.String name)
        Returns the 'UPSI Switch Bit' literal with the specified name.
      • get

        public static UPSISwitchBit get(int value)
        Returns the 'UPSI Switch Bit' literal with the specified integer value.