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

Class EveryOption

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


    public final class EveryOption
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the keywords that can appear in the EVERY clause in a SUPPRESS clause in an XML GENERATE statement. This includes the literals of the enumeration 'Every Option', and utility methods for working with them.
    See Also:
    COBOLPackage.getEveryOption(), Serialized Form
    • Method Detail

      • get

        public static EveryOption get(java.lang.String literal)
        Returns the 'Every Option' literal with the specified literal value.
      • getByName

        public static EveryOption getByName(java.lang.String name)
        Returns the 'Every Option' literal with the specified name.
      • get

        public static EveryOption get(int value)
        Returns the 'Every Option' literal with the specified integer value.