Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ConnectionKind> |
ConnectionKind.VALUES
A public read-only list of all the 'Connection Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionKind |
ConnectionKind.get(int value)
Returns the 'Connection Kind' literal with the specified integer value.
|
static ConnectionKind |
ConnectionKind.get(java.lang.String literal)
Returns the 'Connection Kind' literal with the specified literal value.
|
static ConnectionKind |
ConnectionKind.getByName(java.lang.String name)
Returns the 'Connection Kind' literal with the specified name.
|
static ConnectionKind |
ConnectionKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionKind[] |
ConnectionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConnectionKind |
Aadl2FactoryImpl.createConnectionKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ConnectionKind |
ConnectionImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.setKind(ConnectionKind newKind) |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2Validator.validateConnectionKind(ConnectionKind connectionKind,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |