public abstract class AbstractEquinoxDriverImpl extends DriverImpl implements AbstractEquinoxDriver
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamicorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected Credentials |
accessCredentials
The cached value of the '
Access Credentials' containment reference. |
protected static int |
INSTANCE_NUMBER_EDEFAULT
The default value of the '
Instance Number' attribute. |
protected int |
instanceNumber
The cached value of the '
Instance Number' attribute. |
protected Configuration |
securityConfiguration
The cached value of the '
Security Configuration' reference. |
protected UserService |
userService
The cached value of the '
User Service' containment reference. |
name, NAME_EDEFAULT, PROTOCOL_TYPE_TAG_EDEFAULT, protocolTypeTagEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEquinoxDriverImpl() |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
basicGetAccessCredentials() |
Configuration |
basicGetSecurityConfiguration() |
UserService |
basicGetUserService() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetAccessCredentials(Credentials newAccessCredentials,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetUserService(UserService newUserService,
org.eclipse.emf.common.notify.NotificationChain msgs) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Credentials |
getAccessCredentials() |
int |
getInstanceNumber() |
Configuration |
getSecurityConfiguration() |
UserService |
getUserService() |
void |
setAccessCredentials(Credentials newAccessCredentials) |
void |
setInstanceNumber(int newInstanceNumber) |
void |
setSecurityConfiguration(Configuration newSecurityConfiguration) |
void |
setUserService(UserService newUserService) |
String |
toString() |
basicGetNode, basicSetNode, eBasicRemoveFromContainerFeature, eInverseAdd, getName, getNode, getProtocolTypeTag, setName, setNode, setProtocolTypeTageBasicSetContainer, eInternalContainerdynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValueseNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getNode, getProtocolTypeTag, setName, setNode, setProtocolTypeTageAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected static final int INSTANCE_NUMBER_EDEFAULT
Instance Number' attribute.
getInstanceNumber(),
Constant Field Valuesprotected int instanceNumber
Instance Number' attribute.
getInstanceNumber()protected UserService userService
User Service' containment reference.
getUserService()protected Configuration securityConfiguration
Security Configuration' reference.
getSecurityConfiguration()protected Credentials accessCredentials
Access Credentials' containment reference.
getAccessCredentials()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class DriverImplpublic Configuration getSecurityConfiguration()
getSecurityConfiguration in interface EquinoxBaseEquinoxBase.setSecurityConfiguration(Configuration),
InfrastructurePackage.getEquinoxBase_SecurityConfiguration()public Configuration basicGetSecurityConfiguration()
public void setSecurityConfiguration(Configuration newSecurityConfiguration)
setSecurityConfiguration in interface EquinoxBasenewSecurityConfiguration - the new value of the 'Security Configuration' reference.EquinoxBase.getSecurityConfiguration()public Credentials getAccessCredentials()
getAccessCredentials in interface AbstractEquinoxDriverAbstractEquinoxDriver.setAccessCredentials(Credentials),
InfrastructurePackage.getAbstractEquinoxDriver_AccessCredentials()public Credentials basicGetAccessCredentials()
public org.eclipse.emf.common.notify.NotificationChain basicSetAccessCredentials(Credentials newAccessCredentials, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setAccessCredentials(Credentials newAccessCredentials)
setAccessCredentials in interface AbstractEquinoxDrivernewAccessCredentials - the new value of the 'Access Credentials' containment reference.AbstractEquinoxDriver.getAccessCredentials()public UserService getUserService()
getUserService in interface EquinoxBaseEquinoxBase.setUserService(UserService),
InfrastructurePackage.getEquinoxBase_UserService()public UserService basicGetUserService()
public org.eclipse.emf.common.notify.NotificationChain basicSetUserService(UserService newUserService, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setUserService(UserService newUserService)
setUserService in interface EquinoxBasenewUserService - the new value of the 'User Service' containment reference.EquinoxBase.getUserService()public int getInstanceNumber()
getInstanceNumber in interface EquinoxBaseEquinoxBase.setInstanceNumber(int),
InfrastructurePackage.getEquinoxBase_InstanceNumber()public void setInstanceNumber(int newInstanceNumber)
setInstanceNumber in interface EquinoxBasenewInstanceNumber - the new value of the 'Instance Number' attribute.EquinoxBase.getInstanceNumber()public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class DriverImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class DriverImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class DriverImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class DriverImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class DriverImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic String toString()
toString in class DriverImpl