public interface TCompletion
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTCompletion()
Modifier and Type | Method and Description |
---|---|
TCriterion |
getCriterion()
Returns the value of the 'Criterion' containment reference
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
TResult |
getResult()
Returns the value of the 'Result' containment reference
|
TBoolean |
getUseDefaultResultConstruction()
Returns the value of the 'Use Default Result Construction' attribute.
|
boolean |
isSetUseDefaultResultConstruction()
Returns whether the value of the '
Use Default Result Construction ' attribute is set |
void |
setCriterion(TCriterion value)
Sets the value of the '
Criterion ' containment reference |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
void |
setResult(TResult value)
Sets the value of the '
Result ' containment reference |
void |
setUseDefaultResultConstruction(TBoolean value)
Sets the value of the '
Use Default Result Construction ' attribute |
void |
unsetUseDefaultResultConstruction()
Unsets the value of the '
Use Default Result Construction ' attribute |
TCriterion getCriterion()
If the meaning of the 'Criterion' containment reference isn't clear, there really should be more of a description here...
setCriterion(TCriterion)
,
TaskPackage.getTCompletion_Criterion()
void setCriterion(TCriterion value)
Criterion
' containment reference.
value
- the new value of the 'Criterion' containment reference.getCriterion()
TResult getResult()
If the meaning of the 'Result' containment reference isn't clear, there really should be more of a description here...
setResult(TResult)
,
TaskPackage.getTCompletion_Result()
void setResult(TResult value)
Result
' containment reference.
value
- the new value of the 'Result' containment reference.getResult()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
TaskPackage.getTCompletion_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
TBoolean getUseDefaultResultConstruction()
"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...
TBoolean
,
isSetUseDefaultResultConstruction()
,
unsetUseDefaultResultConstruction()
,
setUseDefaultResultConstruction(TBoolean)
,
TaskPackage.getTCompletion_UseDefaultResultConstruction()
void setUseDefaultResultConstruction(TBoolean value)
Use Default Result Construction
' attribute.
value
- the new value of the 'Use Default Result Construction' attribute.TBoolean
,
isSetUseDefaultResultConstruction()
,
unsetUseDefaultResultConstruction()
,
getUseDefaultResultConstruction()
void unsetUseDefaultResultConstruction()
Use Default Result Construction
' attribute.
boolean isSetUseDefaultResultConstruction()
Use Default Result Construction
' attribute is set.
unsetUseDefaultResultConstruction()
,
getUseDefaultResultConstruction()
,
setUseDefaultResultConstruction(TBoolean)