public interface ARINCProcess
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Comment |
getBase_Comment()
Returns the value of the 'Base Comment' reference.
|
org.eclipse.uml2.uml.Operation |
getBase_Operation()
Returns the value of the 'Base Operation' reference.
|
java.lang.String |
getOperationsGroups()
Returns the value of the 'Operations Groups' attribute.
|
void |
setBase_Comment(org.eclipse.uml2.uml.Comment value)
Sets the value of the '
Base Comment ' reference. |
void |
setBase_Operation(org.eclipse.uml2.uml.Operation value)
Sets the value of the '
Base Operation ' reference. |
void |
setOperationsGroups(java.lang.String value)
Sets the value of the '
Operations Groups ' attribute. |
org.eclipse.uml2.uml.Operation getBase_Operation()
If the meaning of the 'Base Operation' reference isn't clear, there really should be more of a description here...
setBase_Operation(Operation)
,
ARINCComponentModelPackage.getARINCProcess_Base_Operation()
void setBase_Operation(org.eclipse.uml2.uml.Operation value)
Base Operation
' reference.
value
- the new value of the 'Base Operation' reference.getBase_Operation()
org.eclipse.uml2.uml.Comment getBase_Comment()
If the meaning of the 'Base Comment' reference isn't clear, there really should be more of a description here...
setBase_Comment(Comment)
,
ARINCComponentModelPackage.getARINCProcess_Base_Comment()
void setBase_Comment(org.eclipse.uml2.uml.Comment value)
Base Comment
' reference.
value
- the new value of the 'Base Comment' reference.getBase_Comment()
java.lang.String getOperationsGroups()
If the meaning of the 'Operations Groups' attribute isn't clear, there really should be more of a description here...
setOperationsGroups(String)
,
ARINCComponentModelPackage.getARINCProcess_OperationsGroups()
void setOperationsGroups(java.lang.String value)
Operations Groups
' attribute.
value
- the new value of the 'Operations Groups' attribute.getOperationsGroups()