Public Member Functions | Package Functions

de.fraunhofer.isst.axbench.transactioneditor.AuxOperation Interface Reference

List of all members.

Public Member Functions

void setInput (ObjectInputPort value)

Package Functions

ObjectInputPort getInput ()

Detailed Description

A representation of the model object 'Aux Operation'.

The following features are supported:

See also:
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage.getAuxOperation() abstract="true"

Member Function Documentation

ObjectInputPort de.fraunhofer.isst.axbench.transactioneditor.AuxOperation.getInput (  )  [package]

Returns the value of the 'Input' containment reference.

If the meaning of the 'Input' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Input' containment reference.
See also:
setInput(ObjectInputPort)
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage.getAuxOperation_Input() containment="true" keys="id" required="true"

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.AuxOperationImpl, de.fraunhofer.isst.axbench.transactioneditor.impl.FilecontentProviderImpl, and de.fraunhofer.isst.axbench.transactioneditor.impl.JDOMProviderImpl.

void de.fraunhofer.isst.axbench.transactioneditor.AuxOperation.setInput ( ObjectInputPort  value  ) 

Sets the value of the 'Input' containment reference.

Parameters:
value the new value of the 'Input' containment reference.
See also:
getInput()

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.AuxOperationImpl, de.fraunhofer.isst.axbench.transactioneditor.impl.FilecontentProviderImpl, and de.fraunhofer.isst.axbench.transactioneditor.impl.JDOMProviderImpl.