Class ConnectorKind

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

    public final class ConnectorKind
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Connector Kind', and utility methods for working with them. ConnectorKind is an enumeration type.
    See Also:
    UMLPackage.getConnectorKind(), Serialized Form
    • Field Detail

      • ASSEMBLY_LITERAL

        public static final ConnectorKind ASSEMBLY_LITERAL
        The 'Assembly' literal object.
        See Also:
        ASSEMBLY
      • DELEGATION_LITERAL

        public static final ConnectorKind DELEGATION_LITERAL
        The 'Delegation' literal object.
        See Also:
        DELEGATION
      • VALUES

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

      • get

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

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

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