public class BuildBaseImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements BuildBase
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.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 static String |
DEFAULT_GOAL_EDEFAULT
The default value of the '
Default Goal ' attribute. |
protected String |
defaultGoal
The cached value of the '
Default Goal ' attribute. |
protected String |
directory
The cached value of the '
Directory ' attribute. |
protected static String |
DIRECTORY_EDEFAULT
The default value of the '
Directory ' attribute. |
protected org.eclipse.emf.common.util.EList<String> |
filters
The cached value of the '
Filters ' attribute list. |
protected static String |
FINAL_NAME_EDEFAULT
The default value of the '
Final Name ' attribute. |
protected String |
finalName
The cached value of the '
Final Name ' attribute. |
protected PluginManagement |
pluginManagement
The cached value of the '
Plugin Management ' containment reference. |
protected boolean |
pluginManagementESet
This is true if the Plugin Management containment reference has been set.
|
protected org.eclipse.emf.common.util.EList<Plugin> |
plugins
The cached value of the '
Plugins ' containment reference list. |
protected org.eclipse.emf.common.util.EList<Resource> |
resources
The cached value of the '
Resources ' containment reference list. |
protected org.eclipse.emf.common.util.EList<Resource> |
testResources
The cached value of the '
Test Resources ' containment reference list. |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
BuildBaseImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetPluginManagement(PluginManagement newPluginManagement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicUnsetPluginManagement(org.eclipse.emf.common.notify.NotificationChain msgs) |
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) |
String |
getDefaultGoal() |
String |
getDirectory() |
org.eclipse.emf.common.util.EList<String> |
getFilters() |
String |
getFinalName() |
PluginManagement |
getPluginManagement() |
org.eclipse.emf.common.util.EList<Plugin> |
getPlugins() |
org.eclipse.emf.common.util.EList<Resource> |
getResources() |
org.eclipse.emf.common.util.EList<Resource> |
getTestResources() |
boolean |
isSetPluginManagement() |
boolean |
isSetPlugins() |
boolean |
isSetResources() |
boolean |
isSetTestResources() |
void |
setDefaultGoal(String newDefaultGoal) |
void |
setDirectory(String newDirectory) |
void |
setFinalName(String newFinalName) |
void |
setPluginManagement(PluginManagement newPluginManagement) |
String |
toString() |
void |
unsetPluginManagement() |
void |
unsetPlugins() |
void |
unsetResources() |
void |
unsetTestResources() |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final String DEFAULT_GOAL_EDEFAULT
Default Goal
' attribute. getDefaultGoal()
protected String defaultGoal
Default Goal
' attribute. getDefaultGoal()
protected org.eclipse.emf.common.util.EList<Resource> resources
Resources
' containment reference list. getResources()
protected org.eclipse.emf.common.util.EList<Resource> testResources
Test Resources
' containment reference list. getTestResources()
protected static final String DIRECTORY_EDEFAULT
Directory
' attribute. getDirectory()
protected String directory
Directory
' attribute. getDirectory()
protected static final String FINAL_NAME_EDEFAULT
Final Name
' attribute. getFinalName()
protected String finalName
Final Name
' attribute. getFinalName()
protected PluginManagement pluginManagement
Plugin Management
' containment reference. getPluginManagement()
protected boolean pluginManagementESet
protected org.eclipse.emf.common.util.EList<Plugin> plugins
Plugins
' containment reference list. getPlugins()
protected org.eclipse.emf.common.util.EList<String> filters
Filters
' attribute list. getFilters()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.EObjectImpl
public String getDefaultGoal()
getDefaultGoal
in interface BuildBase
BuildBase.setDefaultGoal(String)
,
PomPackage.getBuildBase_DefaultGoal()
public void setDefaultGoal(String newDefaultGoal)
setDefaultGoal
in interface BuildBase
newDefaultGoal
- the new value of the 'Default Goal' attribute.BuildBase.getDefaultGoal()
public org.eclipse.emf.common.util.EList<Resource> getResources()
getResources
in interface BuildBase
BuildBase.isSetResources()
,
BuildBase.unsetResources()
,
PomPackage.getBuildBase_Resources()
public void unsetResources()
unsetResources
in interface BuildBase
BuildBase.isSetResources()
,
BuildBase.getResources()
public boolean isSetResources()
isSetResources
in interface BuildBase
BuildBase.unsetResources()
,
BuildBase.getResources()
public org.eclipse.emf.common.util.EList<Resource> getTestResources()
getTestResources
in interface BuildBase
BuildBase.isSetTestResources()
,
BuildBase.unsetTestResources()
,
PomPackage.getBuildBase_TestResources()
public void unsetTestResources()
unsetTestResources
in interface BuildBase
BuildBase.isSetTestResources()
,
BuildBase.getTestResources()
public boolean isSetTestResources()
isSetTestResources
in interface BuildBase
BuildBase.unsetTestResources()
,
BuildBase.getTestResources()
public String getDirectory()
getDirectory
in interface BuildBase
BuildBase.setDirectory(String)
,
PomPackage.getBuildBase_Directory()
public void setDirectory(String newDirectory)
setDirectory
in interface BuildBase
newDirectory
- the new value of the 'Directory' attribute.BuildBase.getDirectory()
public String getFinalName()
getFinalName
in interface BuildBase
BuildBase.setFinalName(String)
,
PomPackage.getBuildBase_FinalName()
public void setFinalName(String newFinalName)
setFinalName
in interface BuildBase
newFinalName
- the new value of the 'Final Name' attribute.BuildBase.getFinalName()
public PluginManagement getPluginManagement()
getPluginManagement
in interface BuildBase
BuildBase.isSetPluginManagement()
,
BuildBase.unsetPluginManagement()
,
BuildBase.setPluginManagement(PluginManagement)
,
PomPackage.getBuildBase_PluginManagement()
public org.eclipse.emf.common.notify.NotificationChain basicSetPluginManagement(PluginManagement newPluginManagement, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPluginManagement(PluginManagement newPluginManagement)
setPluginManagement
in interface BuildBase
newPluginManagement
- the new value of the 'Plugin Management' containment reference.BuildBase.isSetPluginManagement()
,
BuildBase.unsetPluginManagement()
,
BuildBase.getPluginManagement()
public org.eclipse.emf.common.notify.NotificationChain basicUnsetPluginManagement(org.eclipse.emf.common.notify.NotificationChain msgs)
public void unsetPluginManagement()
unsetPluginManagement
in interface BuildBase
BuildBase.isSetPluginManagement()
,
BuildBase.getPluginManagement()
,
BuildBase.setPluginManagement(PluginManagement)
public boolean isSetPluginManagement()
isSetPluginManagement
in interface BuildBase
BuildBase.unsetPluginManagement()
,
BuildBase.getPluginManagement()
,
BuildBase.setPluginManagement(PluginManagement)
public org.eclipse.emf.common.util.EList<Plugin> getPlugins()
getPlugins
in interface BuildBase
BuildBase.isSetPlugins()
,
BuildBase.unsetPlugins()
,
PomPackage.getBuildBase_Plugins()
public void unsetPlugins()
unsetPlugins
in interface BuildBase
BuildBase.isSetPlugins()
,
BuildBase.getPlugins()
public boolean isSetPlugins()
isSetPlugins
in interface BuildBase
BuildBase.unsetPlugins()
,
BuildBase.getPlugins()
public org.eclipse.emf.common.util.EList<String> getFilters()
getFilters
in interface BuildBase
PomPackage.getBuildBase_Filters()
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.BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.