Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.valueconversion |
Modifier and Type | Field and Description |
---|---|
static java.util.List<FlowKind> |
FlowKind.VALUES
A public read-only list of all the 'Flow Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static FlowKind |
FlowKind.get(int value)
Returns the 'Flow Kind' literal with the specified integer value.
|
static FlowKind |
FlowKind.get(java.lang.String literal)
Returns the 'Flow Kind' literal with the specified literal value.
|
static FlowKind |
FlowKind.getByName(java.lang.String name)
Returns the 'Flow Kind' literal with the specified name.
|
FlowKind |
FlowImplementation.getKind()
Returns the value of the 'Kind' attribute.
|
FlowKind |
FlowSpecification.getKind()
Returns the value of the 'Kind' attribute.
|
static FlowKind |
FlowKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlowKind[] |
FlowKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowImplementation.setKind(FlowKind value)
Sets the value of the '
Kind ' attribute. |
void |
FlowSpecification.setKind(FlowKind value)
Sets the value of the '
Kind ' attribute. |
Modifier and Type | Method and Description |
---|---|
FlowKind |
Aadl2FactoryImpl.createFlowKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
FlowKind |
FlowSpecificationImpl.getKind() |
FlowKind |
FlowImplementationImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
FlowSpecificationImpl.setKind(FlowKind newKind) |
void |
FlowImplementationImpl.setKind(FlowKind newKind) |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2Validator.validateFlowKind(FlowKind flowKind,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.conversion.IValueConverter<FlowKind> |
Aadl2ValueConverter.FlowPath() |
org.eclipse.xtext.conversion.IValueConverter<FlowKind> |
Aadl2ValueConverter.FlowSink() |
org.eclipse.xtext.conversion.IValueConverter<FlowKind> |
Aadl2ValueConverter.FlowSource() |