public static enum IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES extends java.lang.Enum<IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES>
t_connector.Connector_Type
):
In addition, EA in version 15.2 provides the following connector types:
Connector, CommunicationPath, ProtocolConformance, Deployment, Generalization, ObjectFlow, Aggregation, Association, Delegate, Instantiation, Assembly, Nesting, ERLink, ProtocolTransition, StateFlow, UseCase, Dependency, Sequence, Abstraction, Manifest, ControlFlow, Realisation, InformationFlow, Collaboration, InterruptFlow, NoteLink, Package
Enum Constant and Description |
---|
Abstraction |
Aggregation |
Assembly |
Association |
Connector |
ControlFlow |
Delegate |
Dependency |
Extension |
Generalization |
InformationFlow |
Manifest |
NoteLink |
ObjectFlow |
Package |
Realisation |
Sequence |
StateFlow |
Usage |
Modifier and Type | Method and Description |
---|---|
static IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Abstraction
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Aggregation
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Assembly
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Association
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Connector
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES ControlFlow
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Delegate
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Dependency
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Extension
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Generalization
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES InformationFlow
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Manifest
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES NoteLink
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES ObjectFlow
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Package
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Realisation
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Sequence
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES StateFlow
public static final IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES Usage
public static IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES[] values()
for (IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES c : IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES.values()) System.out.println(c);
public static IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright (c) 2015 itemis AG, and others. All rights reserved.