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
FieldsModifier and TypeFieldDescriptionstatic final ConnectorKindThe 'Assembly' literal object.static final intThe 'Assembly' literal value.static final ConnectorKindThe 'Delegation' literal object.static final intThe 'Delegation' literal value.static final ListA public read-only list of all the 'Connector Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectorKindEnumget(int value) Returns the 'Connector Kind' literal with the specified integer value.static ConnectorKindEnumReturns the 'Connector Kind' literal with the specified literal value.static ConnectorKindEnumReturns the 'Connector Kind' literal with the specified name.Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
refTypeNamein 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:
-