public final class ConnectorKind extends AbstractEnumerator
UMLPackage.getConnectorKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ASSEMBLY
The 'Assembly' literal value
|
static ConnectorKind |
ASSEMBLY_LITERAL
The 'Assembly' literal object
|
static int |
DELEGATION
The 'Delegation' literal value
|
static ConnectorKind |
DELEGATION_LITERAL
The 'Delegation' literal object
|
static List |
VALUES
A public read-only list of all the 'Connector Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ConnectorKind |
get(int value)
Returns the 'Connector Kind' literal with the specified integer value
|
static ConnectorKind |
get(String literal)
Returns the 'Connector Kind' literal with the specified literal value
|
static ConnectorKind |
getByName(String name)
Returns the 'Connector Kind' literal with the specified name
|
getLiteral, getName, getValue, toString, writeReplace
public static final int ASSEMBLY
ASSEMBLY_LITERAL
,
Constant Field Valuespublic static final int DELEGATION
DELEGATION_LITERAL
,
Constant Field Valuespublic static final ConnectorKind ASSEMBLY_LITERAL
ASSEMBLY
public static final ConnectorKind DELEGATION_LITERAL
DELEGATION
public static final List VALUES
public static ConnectorKind get(String literal)
public static ConnectorKind getByName(String name)
public static ConnectorKind get(int value)