Class ConnectorKindEnum
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
Modifier and TypeFieldDescriptionstatic 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 TypeMethodDescriptionstatic ConnectorKindEnum
get
(int value) Returns the 'Connector Kind' literal with the specified integer value.static ConnectorKindEnum
Returns the 'Connector Kind' literal with the specified literal value.static ConnectorKindEnum
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_VALUEThe 'Assembly' literal value. Indicates that the Connector is an assembly Connector.- See Also:
- Model:
- name="assembly"
- Generated:
-
DELEGATION_VALUE
public static final int DELEGATION_VALUEThe 'Delegation' literal value. Indicates that the Connector is a delegation Connector.- See Also:
- Model:
- name="delegation"
- Generated:
-
ASSEMBLY
The 'Assembly' literal object.- See Also:
- Generated:
-
DELEGATION
The 'Delegation' literal object.- See Also:
- Generated:
-
VALUES
A public read-only list of all the 'Connector Kind' enumerators.- Generated:
-
-
Method Details
-
refTypeName
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
Returns the 'Connector Kind' literal with the specified literal value.- Generated:
-
getByName
Returns the 'Connector Kind' literal with the specified name.- Generated:
-
get
Returns the 'Connector Kind' literal with the specified integer value.- Generated:
-