IBM WebSphere Application ServerTM
Release 8

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

A representation of the model object 'TAggregate'.

Since:
7.0
See Also:
TaskPackage.getTAggregate()

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 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
 
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:
Constant Field Values
Method Detail

getCondition

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(String), TaskPackage.getTAggregate_Condition()

setCondition

void setCondition(java.lang.String value)
Sets the value of the 'Condition' attribute.

Parameters:
value - the new value of the 'Condition' attribute.
See Also:
getCondition()

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(String), TaskPackage.getTAggregate_Function()

setFunction

void setFunction(java.lang.String value)
Sets the value of the 'Function' attribute.

Parameters:
value - the new value of the 'Function' attribute.
See Also:
getFunction()

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(String), TaskPackage.getTAggregate_Location()

setLocation

void setLocation(java.lang.String value)
Sets the value of the 'Location' attribute.

Parameters:
value - the new value of the 'Location' attribute.
See Also:
getLocation()

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(String), TaskPackage.getTAggregate_Part()

setPart

void setPart(java.lang.String value)
Sets the value of the 'Part' attribute.

Parameters:
value - the new value of the 'Part' attribute.
See Also:
getPart()

IBM WebSphere Application ServerTM
Release 8