Public Member Functions | Package Functions

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

List of all members.

Public Member Functions

void setId (String value)

Package Functions

String getId ()

Detailed Description

A representation of the model object 'Data Provider'.

The following features are supported:

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

Member Function Documentation

String de.fraunhofer.isst.axbench.transactioneditor.DataProvider.getId (  )  [package]

Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See also:
setId(String)
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage.getDataProvider_Id() unique="false" required="true"

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.DataProviderImpl.

void de.fraunhofer.isst.axbench.transactioneditor.DataProvider.setId ( String  value  ) 

Sets the value of the 'Id' attribute.

Parameters:
value the new value of the 'Id' attribute.
See also:
getId()

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.DataProviderImpl.