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

Class SignType

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


    public final class SignType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation a sign in a sign conditional expression. This includes the literals of the enumeration 'Sign Type', and utility methods for working with them.
    See Also:
    COBOLPackage.getSignType(), Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static SignType get(int value)
      Returns the 'Sign Type' literal with the specified integer value.
      static SignType get(java.lang.String literal)
      Returns the 'Sign Type' literal with the specified literal value.
      static SignType getByName(java.lang.String name)
      Returns the 'Sign 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

      • SIGNTYPE_NEGATIVE_LITERAL

        public static final SignType SIGNTYPE_NEGATIVE_LITERAL
        The 'SIGNTYPE NEGATIVE' literal object.
        See Also:
        SIGNTYPE_NEGATIVE
      • SIGNTYPE_ZERO_LITERAL

        public static final SignType SIGNTYPE_ZERO_LITERAL
        The 'SIGNTYPE ZERO' literal object.
        See Also:
        SIGNTYPE_ZERO
      • SIGNTYPE_POSITIVE_LITERAL

        public static final SignType SIGNTYPE_POSITIVE_LITERAL
        The 'SIGNTYPE POSITIVE' literal object.
        See Also:
        SIGNTYPE_POSITIVE
      • VALUES

        public static final java.util.List VALUES
        A public read-only list of all the 'Sign Type' enumerators.
    • Method Detail

      • get

        public static SignType get(java.lang.String literal)
        Returns the 'Sign Type' literal with the specified literal value.
      • getByName

        public static SignType getByName(java.lang.String name)
        Returns the 'Sign Type' literal with the specified name.
      • get

        public static SignType get(int value)
        Returns the 'Sign Type' literal with the specified integer value.