com.ibm.wbit.tel
Interface TParallel
All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
- public interface TParallel
- extends org.eclipse.emf.ecore.EObject
Since:
7.0
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
getCompletionBehavior()
Returns the value of the 'Completion Behavior' containment reference
|
|
getInheritedAuthorization()
Returns the value of the 'Inherited Authorization' attribute.
|
|
|
isSetInheritedAuthorization()
Returns whether the value of the '
Inherited Authorization ' attribute is set
|
|
setCompletionBehavior(TCompletionBehavior value)
Sets the value of the '
Completion Behavior ' containment reference
|
|
setInheritedAuthorization(TInheritedAuthorization value)
Sets the value of the '
Inherited Authorization ' attribute
|
|
unsetInheritedAuthorization()
Unsets the value of the '
Inherited Authorization ' attribute
|
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail
getCompletionBehavior
- TCompletionBehavior getCompletionBehavior( )
Returns:
the value of the 'Completion Behavior' containment reference.
See Also:
setCompletionBehavior
- void setCompletionBehavior(TCompletionBehavior value)
Sets the value of the '
Completion Behavior
' containment reference.
Parameters:
value
- the new value of the 'Completion Behavior' containment reference. See Also:
getInheritedAuthorization
- TInheritedAuthorization getInheritedAuthorization( )
Returns the value of the 'Inherited Authorization' attribute.
The default value is
"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...
Returns:
the value of the 'Inherited Authorization' attribute.
See Also:
setInheritedAuthorization
- void setInheritedAuthorization( TInheritedAuthorization value)
Sets the value of the '
Inherited Authorization
' attribute.
Parameters:
value
- the new value of the 'Inherited Authorization' attribute. See Also:
unsetInheritedAuthorization
- void unsetInheritedAuthorization( )
Unsets the value of the '
Inherited Authorization
' attribute.
See Also:
isSetInheritedAuthorization
- boolean isSetInheritedAuthorization( )
Returns whether the value of the '
Inherited Authorization
' attribute is set.
Returns:
whether the value of the 'Inherited Authorization' attribute is set.
See Also:
If the meaning of the 'Completion Behavior' containment reference isn't clear, there really should be more of a description here...