public abstract class CommonDeploymentMechanismImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements CommonDeploymentMechanism
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 org.eclipse.emf.common.util.EList<String> |
additionalDependencies
The cached value of the '
Additional Dependencies' attribute list. |
protected static boolean |
AUTOMATIC_CREATE_EDEFAULT
The default value of the '
Automatic Create' attribute. |
protected boolean |
automaticCreate
The cached value of the '
Automatic Create' attribute. |
protected org.eclipse.emf.common.util.EList<ChangeEntry> |
changes
The cached value of the '
Changes' containment reference list. |
protected Author |
maintainer
The cached value of the '
Maintainer' reference. |
protected static boolean |
MULTI_USER_SCREEN_EDEFAULT
The default value of the '
Multi User Screen' attribute. |
protected boolean |
multiUserScreen
The cached value of the '
Multi User Screen' attribute. |
protected OperatingSystemDescriptor |
operatingSystem
The cached value of the '
Operating System' reference. |
protected static Integer |
RECREATE_BACKUPS_EDEFAULT
The default value of the '
Recreate Backups' attribute. |
protected Integer |
recreateBackups
The cached value of the '
Recreate Backups' attribute. |
protected SetupModuleContainer |
setup
The cached value of the '
Setup' reference. |
protected static StartupMechanism |
STARTUP_MECHANISM_EDEFAULT
The default value of the '
Startup Mechanism' attribute. |
protected StartupMechanism |
startupMechanism
The cached value of the '
Startup Mechanism' attribute. |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
CommonDeploymentMechanismImpl() |
| Modifier and Type | Method and Description |
|---|---|
Author |
basicGetMaintainer() |
OperatingSystemDescriptor |
basicGetOperatingSystem() |
SetupModuleContainer |
basicGetSetup() |
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) |
org.eclipse.emf.common.util.EList<String> |
getAdditionalDependencies() |
org.eclipse.emf.common.util.EList<ChangeEntry> |
getChanges() |
Author |
getMaintainer() |
OperatingSystemDescriptor |
getOperatingSystem() |
Integer |
getRecreateBackups() |
SetupModuleContainer |
getSetup() |
StartupMechanism |
getStartupMechanism() |
boolean |
isAutomaticCreate() |
boolean |
isMultiUserScreen() |
void |
setAutomaticCreate(boolean newAutomaticCreate) |
void |
setMaintainer(Author newMaintainer) |
void |
setMultiUserScreen(boolean newMultiUserScreen) |
void |
setOperatingSystem(OperatingSystemDescriptor newOperatingSystem) |
void |
setRecreateBackups(Integer newRecreateBackups) |
void |
setSetup(SetupModuleContainer newSetup) |
void |
setStartupMechanism(StartupMechanism newStartupMechanism) |
String |
toString() |
eBasicSetContainer, 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, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, 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, 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, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected org.eclipse.emf.common.util.EList<ChangeEntry> changes
Changes' containment reference list.
getChanges()protected Author maintainer
Maintainer' reference.
getMaintainer()protected org.eclipse.emf.common.util.EList<String> additionalDependencies
Additional Dependencies' attribute list.
getAdditionalDependencies()protected static final StartupMechanism STARTUP_MECHANISM_EDEFAULT
Startup Mechanism' attribute.
getStartupMechanism()protected StartupMechanism startupMechanism
Startup Mechanism' attribute.
getStartupMechanism()protected static final boolean MULTI_USER_SCREEN_EDEFAULT
Multi User Screen' attribute.
isMultiUserScreen(),
Constant Field Valuesprotected boolean multiUserScreen
Multi User Screen' attribute.
isMultiUserScreen()protected OperatingSystemDescriptor operatingSystem
Operating System' reference.
getOperatingSystem()protected static final boolean AUTOMATIC_CREATE_EDEFAULT
Automatic Create' attribute.
isAutomaticCreate(),
Constant Field Valuesprotected boolean automaticCreate
Automatic Create' attribute.
isAutomaticCreate()protected static final Integer RECREATE_BACKUPS_EDEFAULT
Recreate Backups' attribute.
getRecreateBackups()protected Integer recreateBackups
Recreate Backups' attribute.
getRecreateBackups()protected SetupModuleContainer setup
Setup' reference.
getSetup()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic org.eclipse.emf.common.util.EList<ChangeEntry> getChanges()
getChanges in interface CommonDeploymentMechanismDeploymentPackage.getCommonDeploymentMechanism_Changes()public Author getMaintainer()
getMaintainer in interface CommonDeploymentMechanismCommonDeploymentMechanism.setMaintainer(Author),
DeploymentPackage.getCommonDeploymentMechanism_Maintainer()public Author basicGetMaintainer()
public void setMaintainer(Author newMaintainer)
setMaintainer in interface CommonDeploymentMechanismnewMaintainer - the new value of the 'Maintainer' reference.CommonDeploymentMechanism.getMaintainer()public org.eclipse.emf.common.util.EList<String> getAdditionalDependencies()
getAdditionalDependencies in interface CommonDeploymentMechanismDeploymentPackage.getCommonDeploymentMechanism_AdditionalDependencies()public StartupMechanism getStartupMechanism()
getStartupMechanism in interface CommonDeploymentMechanismStartupMechanism,
CommonDeploymentMechanism.setStartupMechanism(StartupMechanism),
DeploymentPackage.getCommonDeploymentMechanism_StartupMechanism()public void setStartupMechanism(StartupMechanism newStartupMechanism)
setStartupMechanism in interface CommonDeploymentMechanismnewStartupMechanism - the new value of the 'Startup Mechanism' attribute.StartupMechanism,
CommonDeploymentMechanism.getStartupMechanism()public boolean isMultiUserScreen()
isMultiUserScreen in interface CommonDeploymentMechanismCommonDeploymentMechanism.setMultiUserScreen(boolean),
DeploymentPackage.getCommonDeploymentMechanism_MultiUserScreen()public void setMultiUserScreen(boolean newMultiUserScreen)
setMultiUserScreen in interface CommonDeploymentMechanismnewMultiUserScreen - the new value of the 'Multi User Screen' attribute.CommonDeploymentMechanism.isMultiUserScreen()public OperatingSystemDescriptor getOperatingSystem()
getOperatingSystem in interface CommonDeploymentMechanismCommonDeploymentMechanism.setOperatingSystem(OperatingSystemDescriptor),
DeploymentPackage.getCommonDeploymentMechanism_OperatingSystem()public OperatingSystemDescriptor basicGetOperatingSystem()
public void setOperatingSystem(OperatingSystemDescriptor newOperatingSystem)
setOperatingSystem in interface CommonDeploymentMechanismnewOperatingSystem - the new value of the 'Operating System' reference.CommonDeploymentMechanism.getOperatingSystem()public boolean isAutomaticCreate()
isAutomaticCreate in interface CommonDeploymentMechanismCommonDeploymentMechanism.setAutomaticCreate(boolean),
DeploymentPackage.getCommonDeploymentMechanism_AutomaticCreate()public void setAutomaticCreate(boolean newAutomaticCreate)
setAutomaticCreate in interface CommonDeploymentMechanismnewAutomaticCreate - the new value of the 'Automatic Create' attribute.CommonDeploymentMechanism.isAutomaticCreate()public Integer getRecreateBackups()
getRecreateBackups in interface CommonDeploymentMechanismCommonDeploymentMechanism.setRecreateBackups(Integer),
DeploymentPackage.getCommonDeploymentMechanism_RecreateBackups()public void setRecreateBackups(Integer newRecreateBackups)
setRecreateBackups in interface CommonDeploymentMechanismnewRecreateBackups - the new value of the 'Recreate Backups' attribute.CommonDeploymentMechanism.getRecreateBackups()public SetupModuleContainer getSetup()
getSetup in interface CommonDeploymentMechanismCommonDeploymentMechanism.setSetup(SetupModuleContainer),
DeploymentPackage.getCommonDeploymentMechanism_Setup()public SetupModuleContainer basicGetSetup()
public void setSetup(SetupModuleContainer newSetup)
setSetup in interface CommonDeploymentMechanismnewSetup - the new value of the 'Setup' reference.CommonDeploymentMechanism.getSetup()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 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl