com.ibm.wbit.tel
Interface TCompletion
All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
- public interface TCompletion
- extends org.eclipse.emf.ecore.EObject
Since:
7.0
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
getCriterion()
Returns the value of the 'Criterion' containment reference
|
|
|
getName()
Returns the value of the 'Name' attribute
|
getResult()
Returns the value of the 'Result' containment reference
|
|
getUseDefaultResultConstruction()
Returns the value of the 'Use Default Result Construction' attribute.
|
|
|
isSetUseDefaultResultConstruction()
Returns whether the value of the '
Use Default Result Construction ' attribute is set
|
|
setCriterion(TCriterion value)
Sets the value of the '
Criterion ' containment reference
|
|
setName(java.lang.String value)
Sets the value of the '
Name ' attribute
|
|
setResult(TResult value)
Sets the value of the '
Result ' containment reference
|
|
setUseDefaultResultConstruction(TBoolean value)
Sets the value of the '
Use Default Result Construction ' attribute
|
|
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
- TCriterion getCriterion()
Returns:
the value of the 'Criterion' containment reference.
See Also:
setCriterion
- 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
- 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
- void setResult(TResult value)
Sets the value of the '
Result
' containment reference.
getName
- 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
- void setName(java.lang.String value)
Sets the value of the '
Name
' attribute.
getUseDefaultResultConstruction
- 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
- 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
- void unsetUseDefaultResultConstruction( )
Unsets the value of the '
Use Default Result Construction
' attribute.
See Also:
isSetUseDefaultResultConstruction
- 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:
If the meaning of the 'Criterion' containment reference isn't clear, there really should be more of a description here...