com.ibm.wbit.tel

Interface TParallel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

  1. public interface TParallel
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'TParallel'. Existence of this element marks this task as parallel routing task
Since:
7.0
See Also:
TaskPackage.getTParallel()

Method Summary

Modifier and Type Method and Description
  1. TCompletionBehavior
getCompletionBehavior()
Returns the value of the 'Completion Behavior' containment reference
  1. TInheritedAuthorization
getInheritedAuthorization()
Returns the value of the 'Inherited Authorization' attribute.
  1. boolean
isSetInheritedAuthorization()
Returns whether the value of the ' Inherited Authorization' attribute is set
  1. void
setCompletionBehavior(TCompletionBehavior value)
Sets the value of the ' Completion Behavior' containment reference
  1. void
setInheritedAuthorization(TInheritedAuthorization value)
Sets the value of the ' Inherited Authorization' attribute
  1. void
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

  1. TCompletionBehavior getCompletionBehavior( )
Returns the value of the 'Completion Behavior' containment reference.

If the meaning of the 'Completion Behavior' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Completion Behavior' containment reference.
See Also:

setCompletionBehavior

  1. 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

  1. 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

  1. 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

  1. void unsetInheritedAuthorization( )
Unsets the value of the ' Inherited Authorization' attribute.
See Also:

isSetInheritedAuthorization

  1. 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: