Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes

de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl Class Reference

List of all members.

Public Member Functions

Object eGet (int featureID, boolean resolve, boolean coreType)
boolean eIsSet (int featureID)
void eSet (int featureID, Object newValue)
void eUnset (int featureID)
String getDescription ()
String getId ()
String getShort ()
void setDescription (String newDescription)
void setId (String newId)
void setShort (String newShort)
String toString ()

Protected Member Functions

EClass eStaticClass ()
 PortImpl ()

Protected Attributes

String description = DESCRIPTION_EDEFAULT
String id = ID_EDEFAULT
String short_ = SHORT_EDEFAULT

Static Protected Attributes

static final String DESCRIPTION_EDEFAULT = null
static final String ID_EDEFAULT = null
static final String SHORT_EDEFAULT = null

Detailed Description

An implementation of the model object 'Port'.

The following features are implemented:


Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.PortImpl (  )  [protected]

Member Function Documentation

Object de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.eGet ( int  featureID,
boolean  resolve,
boolean  coreType 
)
boolean de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.eIsSet ( int  featureID  ) 
void de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.eSet ( int  featureID,
Object  newValue 
)
EClass de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.eStaticClass (  )  [protected]
void de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.eUnset ( int  featureID  ) 
String de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.getDescription (  ) 
String de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.getId (  ) 
String de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.getShort (  ) 
void de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.setDescription ( String  newDescription  ) 
void de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.setId ( String  newId  ) 
void de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.setShort ( String  newShort  ) 
String de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.toString (  ) 

Member Data Documentation

The cached value of the 'Description' attribute.

See also:
getDescription()

The default value of the 'Description' attribute.

See also:
getDescription()

The cached value of the 'Id' attribute.

See also:
getId()

The default value of the 'Id' attribute.

See also:
getId()

The cached value of the 'Short' attribute.

See also:
getShort()

The default value of the 'Short' attribute.

See also:
getShort()