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

de.fraunhofer.isst.axbench.transactioneditor.impl.StringProviderImpl 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 getValue ()
void setValue (String newValue)
String toString ()

Protected Member Functions

EClass eStaticClass ()
 StringProviderImpl ()

Protected Attributes

String value = VALUE_EDEFAULT

Static Protected Attributes

static final String VALUE_EDEFAULT = null

Detailed Description

An implementation of the model object 'String Provider'.

The following features are implemented:


Constructor & Destructor Documentation

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

Member Function Documentation

Object de.fraunhofer.isst.axbench.transactioneditor.impl.StringProviderImpl.eGet ( int  featureID,
boolean  resolve,
boolean  coreType 
)
boolean de.fraunhofer.isst.axbench.transactioneditor.impl.StringProviderImpl.eIsSet ( int  featureID  ) 
void de.fraunhofer.isst.axbench.transactioneditor.impl.StringProviderImpl.eSet ( int  featureID,
Object  newValue 
)
EClass de.fraunhofer.isst.axbench.transactioneditor.impl.StringProviderImpl.eStaticClass (  )  [protected]
void de.fraunhofer.isst.axbench.transactioneditor.impl.StringProviderImpl.eUnset ( int  featureID  ) 
String de.fraunhofer.isst.axbench.transactioneditor.impl.StringProviderImpl.getValue (  ) 
void de.fraunhofer.isst.axbench.transactioneditor.impl.StringProviderImpl.setValue ( String  newValue  ) 
String de.fraunhofer.isst.axbench.transactioneditor.impl.StringProviderImpl.toString (  ) 

Member Data Documentation

The cached value of the 'Value' attribute.

See also:
getValue()

The default value of the 'Value' attribute.

See also:
getValue()