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

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

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(TCompletionBehavior), TaskPackage.getTParallel_CompletionBehavior()

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:
getCompletionBehavior()

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:
TInheritedAuthorization, isSetInheritedAuthorization(), unsetInheritedAuthorization(), setInheritedAuthorization(TInheritedAuthorization), TaskPackage.getTParallel_InheritedAuthorization()

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:
TInheritedAuthorization, isSetInheritedAuthorization(), unsetInheritedAuthorization(), getInheritedAuthorization()

unsetInheritedAuthorization

void unsetInheritedAuthorization()
Unsets the value of the 'Inherited Authorization' attribute.

See Also:
isSetInheritedAuthorization(), getInheritedAuthorization(), setInheritedAuthorization(TInheritedAuthorization)

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:
unsetInheritedAuthorization(), getInheritedAuthorization(), setInheritedAuthorization(TInheritedAuthorization)