Class MessageKind

  • All Implemented Interfaces:
    Serializable, org.eclipse.emf.common.util.Enumerator

    public final class MessageKind
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Message Kind', and utility methods for working with them. This is an enumerated type that identifies the type of message.
    See Also:
    UMLPackage.getMessageKind(), Serialized Form
    • Field Detail

      • COMPLETE_LITERAL

        public static final MessageKind COMPLETE_LITERAL
        The 'Complete' literal object.
        See Also:
        COMPLETE
      • LOST_LITERAL

        public static final MessageKind LOST_LITERAL
        The 'Lost' literal object.
        See Also:
        LOST
      • FOUND_LITERAL

        public static final MessageKind FOUND_LITERAL
        The 'Found' literal object.
        See Also:
        FOUND
      • UNKNOWN_LITERAL

        public static final MessageKind UNKNOWN_LITERAL
        The 'Unknown' literal object.
        See Also:
        UNKNOWN
      • VALUES

        public static final List VALUES
        A public read-only list of all the 'Message Kind' enumerators.
    • Method Detail

      • get

        public static MessageKind get​(String literal)
        Returns the 'Message Kind' literal with the specified literal value.
      • getByName

        public static MessageKind getByName​(String name)
        Returns the 'Message Kind' literal with the specified name.
      • get

        public static MessageKind get​(int value)
        Returns the 'Message Kind' literal with the specified integer value.