Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.properties.valueconversion |
Modifier and Type | Field and Description |
---|---|
static java.util.List<OperationKind> |
OperationKind.VALUES
A public read-only list of all the 'Operation Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static OperationKind |
OperationKind.get(int value)
Returns the 'Operation Kind' literal with the specified integer value.
|
static OperationKind |
OperationKind.get(java.lang.String literal)
Returns the 'Operation Kind' literal with the specified literal value.
|
static OperationKind |
OperationKind.getByName(java.lang.String name)
Returns the 'Operation Kind' literal with the specified name.
|
OperationKind |
Operation.getOp()
Returns the value of the 'Op' attribute.
|
static OperationKind |
OperationKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationKind[] |
OperationKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Operation.setOp(OperationKind value)
Sets the value of the '
Op ' attribute. |
Modifier and Type | Method and Description |
---|---|
OperationKind |
Aadl2FactoryImpl.createOperationKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
OperationKind |
OperationImpl.getOp() |
Modifier and Type | Method and Description |
---|---|
void |
OperationImpl.setOp(OperationKind newOp) |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2Validator.validateOperationKind(OperationKind operationKind,
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<OperationKind> |
PropertiesValueConverter.AndOp() |
org.eclipse.xtext.conversion.IValueConverter<OperationKind> |
PropertiesValueConverter.NotOp() |
org.eclipse.xtext.conversion.IValueConverter<OperationKind> |
PropertiesValueConverter.OrOp() |
org.eclipse.xtext.conversion.IValueConverter<OperationKind> |
PropertiesValueConverter.PlusMinus() |