Package | Description |
---|---|
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl |
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.
|
ConnectionKind |
ConnectionInstance.getKind()
Returns the value of the 'Kind' attribute.
|
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 |
---|---|
void |
ConnectionInstance.setKind(ConnectionKind value)
Sets the value of the '
Kind ' attribute. |
Modifier and Type | Method and Description |
---|---|
ConnectionKind |
InstanceFactoryImpl.createConnectionKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ConnectionKind |
ConnectionInstanceImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionInstanceImpl.setKind(ConnectionKind newKind) |