public interface TParallel
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTParallel()
Modifier and Type | Method and Description |
---|---|
TCompletionBehavior |
getCompletionBehavior()
Returns the value of the 'Completion Behavior' containment reference
|
TInheritedAuthorization |
getInheritedAuthorization()
Returns the value of the 'Inherited Authorization' attribute.
|
boolean |
isSetInheritedAuthorization()
Returns whether the value of the '
Inherited Authorization ' attribute is set |
void |
setCompletionBehavior(TCompletionBehavior value)
Sets the value of the '
Completion Behavior ' containment reference |
void |
setInheritedAuthorization(TInheritedAuthorization value)
Sets the value of the '
Inherited Authorization ' attribute |
void |
unsetInheritedAuthorization()
Unsets the value of the '
Inherited Authorization ' attribute |
TCompletionBehavior getCompletionBehavior()
If the meaning of the 'Completion Behavior' containment reference isn't clear, there really should be more of a description here...
setCompletionBehavior(TCompletionBehavior)
,
TaskPackage.getTParallel_CompletionBehavior()
void setCompletionBehavior(TCompletionBehavior value)
Completion Behavior
' containment reference.
value
- the new value of the 'Completion Behavior' containment reference.getCompletionBehavior()
TInheritedAuthorization getInheritedAuthorization()
"all"
.
The literals are from the enumeration TInheritedAuthorization
.
If the meaning of the 'Inherited Authorization' attribute isn't clear, there really should be more of a description here...
TInheritedAuthorization
,
isSetInheritedAuthorization()
,
unsetInheritedAuthorization()
,
setInheritedAuthorization(TInheritedAuthorization)
,
TaskPackage.getTParallel_InheritedAuthorization()
void setInheritedAuthorization(TInheritedAuthorization value)
Inherited Authorization
' attribute.
value
- the new value of the 'Inherited Authorization' attribute.TInheritedAuthorization
,
isSetInheritedAuthorization()
,
unsetInheritedAuthorization()
,
getInheritedAuthorization()
void unsetInheritedAuthorization()
Inherited Authorization
' attribute.
boolean isSetInheritedAuthorization()
Inherited Authorization
' attribute is set.
unsetInheritedAuthorization()
,
getInheritedAuthorization()
,
setInheritedAuthorization(TInheritedAuthorization)