Package com.sodius.mdw.metamodel.uml21
Class ConnectorKind
- java.lang.Object
-
- org.eclipse.emf.common.util.AbstractEnumerator
-
- com.sodius.mdw.metamodel.uml21.ConnectorKind
-
- All Implemented Interfaces:
Serializable,org.eclipse.emf.common.util.Enumerator
public final class ConnectorKind extends org.eclipse.emf.common.util.AbstractEnumeratorA representation of the literals of the enumeration 'Connector Kind', and utility methods for working with them. ConnectorKind is an enumeration type.- See Also:
UMLPackage.getConnectorKind(), Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intASSEMBLYThe 'Assembly' literal value.static ConnectorKindASSEMBLY_LITERALThe 'Assembly' literal object.static intDELEGATIONThe 'Delegation' literal value.static ConnectorKindDELEGATION_LITERALThe 'Delegation' literal object.static ListVALUESA public read-only list of all the 'Connector Kind' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConnectorKindget(int value)Returns the 'Connector Kind' literal with the specified integer value.static ConnectorKindget(String literal)Returns the 'Connector Kind' literal with the specified literal value.static ConnectorKindgetByName(String name)Returns the 'Connector Kind' literal with the specified name.
-
-
-
Field Detail
-
ASSEMBLY
public static final int ASSEMBLY
The 'Assembly' literal value. Indicates that the connector is an assembly connector.- See Also:
ASSEMBLY_LITERAL, Constant Field Values
-
DELEGATION
public static final int DELEGATION
The 'Delegation' literal value. Indicates that the connector is a delegation connector.- See Also:
DELEGATION_LITERAL, Constant Field Values
-
ASSEMBLY_LITERAL
public static final ConnectorKind ASSEMBLY_LITERAL
The 'Assembly' literal object.- See Also:
ASSEMBLY
-
DELEGATION_LITERAL
public static final ConnectorKind DELEGATION_LITERAL
The 'Delegation' literal object.- See Also:
DELEGATION
-
VALUES
public static final List VALUES
A public read-only list of all the 'Connector Kind' enumerators.
-
-
Method Detail
-
get
public static ConnectorKind get(String literal)
Returns the 'Connector Kind' literal with the specified literal value.
-
getByName
public static ConnectorKind getByName(String name)
Returns the 'Connector Kind' literal with the specified name.
-
get
public static ConnectorKind get(int value)
Returns the 'Connector Kind' literal with the specified integer value.
-
-