java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.nomagic.uml2.ext.magicdraw.components.mdbasiccomponents.ConnectorKindEnum
All Implemented Interfaces:
ConnectorKind, Serializable, javax.jmi.reflect.RefEnum, org.eclipse.emf.common.util.Enumerator

public final class ConnectorKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements ConnectorKind
A representation of the literals of the enumeration 'Connector Kind', and utility methods for working with them. ConnectorKind is an enumeration that defines whether a Connector is an assembly or a delegation.
See Also:
  • com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getConnectorKindEnum()
  • Serialized Form
Model:
annotation="MOF package='components.mdbasiccomponents'"
Generated:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ConnectorKind
    The 'Assembly' literal object.
    static final int
    The 'Assembly' literal value.
    static final ConnectorKind
    The 'Delegation' literal object.
    static final int
    The 'Delegation' literal value.
    static final List
    A public read-only list of all the 'Connector Kind' enumerators.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int value)
    Returns the 'Connector Kind' literal with the specified integer value.
    get(String literal)
    Returns the 'Connector Kind' literal with the specified literal value.
    Returns the 'Connector Kind' literal with the specified name.
     

    Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator

    getLiteral, getName, getValue, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface javax.jmi.reflect.RefEnum

    equals, hashCode, toString
  • Field Details

    • ASSEMBLY_VALUE

      public static final int ASSEMBLY_VALUE
      The 'Assembly' literal value. Indicates that the Connector is an assembly Connector.
      See Also:
      Model:
      name="assembly"
      Generated:
    • DELEGATION_VALUE

      public static final int DELEGATION_VALUE
      The 'Delegation' literal value. Indicates that the Connector is a delegation Connector.
      See Also:
      Model:
      name="delegation"
      Generated:
    • ASSEMBLY

      public static final ConnectorKind ASSEMBLY
      The 'Assembly' literal object.
      See Also:
      Generated:
    • DELEGATION

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

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

    • refTypeName

      public List refTypeName()
      Specified by:
      refTypeName in interface javax.jmi.reflect.RefEnum
    • get

      public static ConnectorKindEnum get(String literal)
      Returns the 'Connector Kind' literal with the specified literal value.
      Generated:
    • getByName

      public static ConnectorKindEnum getByName(String name)
      Returns the 'Connector Kind' literal with the specified name.
      Generated:
    • get

      public static ConnectorKindEnum get(int value)
      Returns the 'Connector Kind' literal with the specified integer value.
      Generated: