Package | Description |
---|---|
org.osate.xtext.aadl2.errormodel.errorModel | |
org.osate.xtext.aadl2.errormodel.errorModel.impl | |
org.osate.xtext.aadl2.errormodel.errorModel.util |
Modifier and Type | Method and Description |
---|---|
ErrorCodeValue |
ErrorModelFactory.createErrorCodeValue()
Returns a new object of class 'Error Code Value'.
|
ErrorCodeValue |
ErrorDetection.getErrorCode()
Returns the value of the 'Error Code' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorDetection.setErrorCode(ErrorCodeValue value)
Sets the value of the '
Error Code ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorCodeValueImpl
An implementation of the model object 'Error Code Value'.
|
Modifier and Type | Method and Description |
---|---|
ErrorCodeValue |
ErrorModelFactoryImpl.createErrorCodeValue() |
ErrorCodeValue |
ErrorDetectionImpl.getErrorCode() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ErrorDetectionImpl.basicSetErrorCode(ErrorCodeValue newErrorCode,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ErrorDetectionImpl.setErrorCode(ErrorCodeValue newErrorCode) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseErrorCodeValue(ErrorCodeValue object)
Returns the result of interpreting the object as an instance of 'Error Code Value'.
|