com.ibm.websphere.models.extensions.adaptiveentityejbext
Interface AdaptiveEntityController

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AdaptiveEntityControllerImpl

public interface AdaptiveEntityController
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Adaptive Entity Controller'. The extensions associated with a specific dynamic controller role.

The following features are supported:

See Also:
AdaptiveentityejbextPackage.getAdaptiveEntityController()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The logical name of the controller role.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), AdaptiveentityejbextPackage.getAdaptiveEntityController_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute. The optional description of the controller role.

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), AdaptiveentityejbextPackage.getAdaptiveEntityController_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()