public final class ConnectorKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements ConnectorKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getConnectorKindEnum(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static ConnectorKind |
ASSEMBLY
The 'Assembly' literal object.
|
static int |
ASSEMBLY_VALUE
The 'Assembly' literal value.
|
static ConnectorKind |
DELEGATION
The 'Delegation' literal object.
|
static int |
DELEGATION_VALUE
The 'Delegation' literal value.
|
static java.util.List |
VALUES
A public read-only list of all the 'Connector Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectorKindEnum |
get(int value)
Returns the 'Connector Kind' literal with the specified integer value.
|
static ConnectorKindEnum |
get(java.lang.String literal)
Returns the 'Connector Kind' literal with the specified literal value.
|
static ConnectorKindEnum |
getByName(java.lang.String name)
Returns the 'Connector Kind' literal with the specified name.
|
java.util.List |
refTypeName() |
getLiteral, getName, getValue, toString, writeReplacepublic static final int ASSEMBLY_VALUE
ASSEMBLY,
Constant Field Valuespublic static final int DELEGATION_VALUE
DELEGATION,
Constant Field Valuespublic static final ConnectorKind ASSEMBLY
ASSEMBLY_VALUEpublic static final ConnectorKind DELEGATION
DELEGATION_VALUEpublic static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName in interface javax.jmi.reflect.RefEnumpublic static ConnectorKindEnum get(java.lang.String literal)
public static ConnectorKindEnum getByName(java.lang.String name)
public static ConnectorKindEnum get(int value)