com.ibm.commerce.oagis9.datatypes.codelists

Class ActionCodeEnumerationType

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • com.ibm.commerce.oagis9.datatypes.codelists.ActionCodeEnumerationType
  • All Implemented Interfaces:
    org.eclipse.emf.common.util.Enumerator


    public final class ActionCodeEnumerationType
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Action Code Enumeration Type', and utility methods for working with them. The action values that OAGi defines for OAGIS.
    See Also:
    Oagis9CodeListsPackage.getActionCodeEnumerationType()
    • Field Detail

      • ADD

        public static final int ADD
        The 'Add' literal value.

        If the meaning of 'Add' literal object isn't clear, there really should be more of a description here...

        See Also:
        ADD_LITERAL, Constant Field Values
      • CHANGE

        public static final int CHANGE
        The 'Change' literal value.

        If the meaning of 'Change' literal object isn't clear, there really should be more of a description here...

        See Also:
        CHANGE_LITERAL, Constant Field Values
      • DELETE

        public static final int DELETE
        The 'Delete' literal value.

        If the meaning of 'Delete' literal object isn't clear, there really should be more of a description here...

        See Also:
        DELETE_LITERAL, Constant Field Values
      • REPLACE

        public static final int REPLACE
        The 'Replace' literal value.

        If the meaning of 'Replace' literal object isn't clear, there really should be more of a description here...

        See Also:
        REPLACE_LITERAL, Constant Field Values
      • ACCEPTED

        public static final int ACCEPTED
        The 'Accepted' literal value.

        If the meaning of 'Accepted' literal object isn't clear, there really should be more of a description here...

        See Also:
        ACCEPTED_LITERAL, Constant Field Values
      • MODIFIED

        public static final int MODIFIED
        The 'Modified' literal value.

        If the meaning of 'Modified' literal object isn't clear, there really should be more of a description here...

        See Also:
        MODIFIED_LITERAL, Constant Field Values
      • REJECTED

        public static final int REJECTED
        The 'Rejected' literal value.

        If the meaning of 'Rejected' literal object isn't clear, there really should be more of a description here...

        See Also:
        REJECTED_LITERAL, Constant Field Values
      • VALUES

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

      • get

        public static ActionCodeEnumerationType get(java.lang.String literal)
        Returns the 'Action Code Enumeration Type' literal with the specified literal value.
        Parameters:
        literal - the literal.
        Returns:
        the matching enumerator or null.
      • getByName

        public static ActionCodeEnumerationType getByName(java.lang.String name)
        Returns the 'Action Code Enumeration Type' literal with the specified name.
        Parameters:
        name - the name.
        Returns:
        the matching enumerator or null.
      • get

        public static ActionCodeEnumerationType get(int value)
        Returns the 'Action Code Enumeration Type' literal with the specified integer value.
        Parameters:
        value - the integer value.
        Returns:
        the matching enumerator or null.