public interface TAggregate
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTAggregate()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCondition()
Returns the value of the 'Condition' attribute
|
java.lang.String |
getFunction()
Returns the value of the 'Function' attribute
|
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute
|
java.lang.String |
getPart()
Returns the value of the 'Part' attribute
|
void |
setCondition(java.lang.String value)
Sets the value of the '
Condition ' attribute |
void |
setFunction(java.lang.String value)
Sets the value of the '
Function ' attribute |
void |
setLocation(java.lang.String value)
Sets the value of the '
Location ' attribute |
void |
setPart(java.lang.String value)
Sets the value of the '
Part ' attribute |
static final java.lang.String COPYRIGHT
java.lang.String getCondition()
If the meaning of the 'Condition' attribute isn't clear, there really should be more of a description here...
setCondition(String)
,
TaskPackage.getTAggregate_Condition()
void setCondition(java.lang.String value)
Condition
' attribute.
value
- the new value of the 'Condition' attribute.getCondition()
java.lang.String getFunction()
If the meaning of the 'Function' attribute isn't clear, there really should be more of a description here...
setFunction(String)
,
TaskPackage.getTAggregate_Function()
void setFunction(java.lang.String value)
Function
' attribute.
value
- the new value of the 'Function' attribute.getFunction()
java.lang.String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String)
,
TaskPackage.getTAggregate_Location()
void setLocation(java.lang.String value)
Location
' attribute.
value
- the new value of the 'Location' attribute.getLocation()
java.lang.String getPart()
If the meaning of the 'Part' attribute isn't clear, there really should be more of a description here...
setPart(String)
,
TaskPackage.getTAggregate_Part()