com.ibm.wbit.tel

Interface TAggregate

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

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

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getCondition()
Returns the value of the 'Condition' attribute
  1. java.lang.String
getFunction()
Returns the value of the 'Function' attribute
  1. java.lang.String
getLocation()
Returns the value of the 'Location' attribute
  1. java.lang.String
getPart()
Returns the value of the 'Part' attribute
  1. void
setCondition(java.lang.String value)
Sets the value of the ' Condition' attribute
  1. void
setFunction(java.lang.String value)
Sets the value of the ' Function' attribute
  1. void
setLocation(java.lang.String value)
Sets the value of the ' Location' attribute
  1. void
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

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getCondition

  1. java.lang.String getCondition()
Returns the value of the 'Condition' attribute.

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

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

setCondition

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

getFunction

  1. 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

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

getLocation

  1. 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

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

getPart

  1. 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

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