com.ibm.wbit.tel

Interface TCompletion

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

  1. public interface TCompletion
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'TCompletion'.
Since:
7.0
See Also:
TaskPackage.getTCompletion()

Method Summary

Modifier and Type Method and Description
  1. TCriterion
getCriterion()
Returns the value of the 'Criterion' containment reference
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute
  1. TResult
getResult()
Returns the value of the 'Result' containment reference
  1. TBoolean
getUseDefaultResultConstruction()
Returns the value of the 'Use Default Result Construction' attribute.
  1. boolean
isSetUseDefaultResultConstruction()
Returns whether the value of the ' Use Default Result Construction' attribute is set
  1. void
setCriterion(TCriterion value)
Sets the value of the ' Criterion' containment reference
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute
  1. void
setResult(TResult value)
Sets the value of the ' Result' containment reference
  1. void
setUseDefaultResultConstruction(TBoolean value)
Sets the value of the ' Use Default Result Construction' attribute
  1. void
unsetUseDefaultResultConstruction()
Unsets the value of the ' Use Default Result Construction' 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

getCriterion

  1. TCriterion getCriterion()
Returns the value of the 'Criterion' containment reference.

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

Returns:
the value of the 'Criterion' containment reference.
See Also:

setCriterion

  1. void setCriterion(TCriterion value)
Sets the value of the ' Criterion' containment reference.
Parameters:
value - the new value of the 'Criterion' containment reference.
See Also:

getResult

  1. TResult getResult()
Returns the value of the 'Result' containment reference.

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

Returns:
the value of the 'Result' containment reference.
See Also:

setResult

  1. void setResult(TResult value)
Sets the value of the ' Result' containment reference.
Parameters:
value - the new value of the 'Result' containment reference.
See Also:

getName

  1. java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:

setName

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also:

getUseDefaultResultConstruction

  1. TBoolean getUseDefaultResultConstruction( )
Returns the value of the 'Use Default Result Construction' attribute. The default value is "no". The literals are from the enumeration TBoolean.

If the meaning of the 'Use Default Result Construction' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Use Default Result Construction' attribute.
See Also:

setUseDefaultResultConstruction

  1. void setUseDefaultResultConstruction( TBoolean value)
Sets the value of the ' Use Default Result Construction' attribute.
Parameters:
value - the new value of the 'Use Default Result Construction' attribute.
See Also:

unsetUseDefaultResultConstruction

  1. void unsetUseDefaultResultConstruction( )
Unsets the value of the ' Use Default Result Construction' attribute.
See Also:

isSetUseDefaultResultConstruction

  1. boolean isSetUseDefaultResultConstruction( )
Returns whether the value of the ' Use Default Result Construction' attribute is set.
Returns:
whether the value of the 'Use Default Result Construction' attribute is set.
See Also: