com.ibm.wbit.tel
Interface TAggregate
All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
- public interface TAggregate
- extends org.eclipse.emf.ecore.EObject
Since:
7.0
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCondition()
Returns the value of the 'Condition' attribute
|
|
getFunction()
Returns the value of the 'Function' attribute
|
|
getLocation()
Returns the value of the 'Location' attribute
|
|
getPart()
Returns the value of the 'Part' attribute
|
|
setCondition(java.lang.String value)
Sets the value of the '
Condition ' attribute
|
|
setFunction(java.lang.String value)
Sets the value of the '
Function ' attribute
|
|
setLocation(java.lang.String value)
Sets the value of the '
Location ' attribute
|
|
setPart(java.lang.String value)
Sets the value of the '
Part ' 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 |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getCondition
- java.lang.String getCondition()
Returns:
the value of the 'Condition' attribute.
See Also:
setCondition
- void setCondition(java.lang.String value)
Sets the value of the '
Condition
' attribute.
getFunction
- java.lang.String getFunction()
Returns the value of the 'Function' attribute.
If the meaning of the 'Function' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Function' attribute.
See Also:
setFunction
- void setFunction(java.lang.String value)
Sets the value of the '
Function
' attribute.
getLocation
- java.lang.String getLocation()
Returns the value of the 'Location' attribute.
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Location' attribute.
See Also:
setLocation
- void setLocation(java.lang.String value)
Sets the value of the '
Location
' attribute.
getPart
- java.lang.String getPart()
Returns the value of the 'Part' attribute.
If the meaning of the 'Part' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Part' attribute.
See Also:
setPart
- void setPart(java.lang.String value)
Sets the value of the '
Part
' attribute.
If the meaning of the 'Condition' attribute isn't clear, there really should be more of a description here...