public class TargletImpl extends ModelElementImpl implements Targlet
The following features are implemented:
MinimalEObjectImpl.Container.Dynamic
MinimalEObjectImpl.Container
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
InternalEObject.EStore
Modifier and Type | Field and Description |
---|---|
protected static String |
ACTIVE_REPOSITORY_LIST_NAME_EDEFAULT
The default value of the '
Active Repository List Name ' attribute. |
protected String |
activeRepositoryListName
The cached value of the '
Active Repository List Name ' attribute. |
protected static boolean |
INCLUDE_ALL_PLATFORMS_EDEFAULT
The default value of the '
Include All Platforms ' attribute. |
protected static boolean |
INCLUDE_SOURCES_EDEFAULT
The default value of the '
Include Sources ' attribute. |
protected boolean |
includeAllPlatforms
The cached value of the '
Include All Platforms ' attribute. |
protected boolean |
includeSources
The cached value of the '
Include Sources ' attribute. |
protected EList<IUGenerator> |
installableUnitGenerators
The cached value of the '
Installable Unit Generators ' containment reference list. |
protected String |
name
The cached value of the '
Name ' attribute. |
protected static String |
NAME_EDEFAULT
The default value of the '
Name ' attribute. |
protected EList<RepositoryList> |
repositoryLists
The cached value of the '
Repository Lists ' containment reference list. |
protected EList<Requirement> |
requirements
The cached value of the '
Requirements ' containment reference list. |
protected EList<SourceLocator> |
sourceLocators
The cached value of the '
Source Locators ' containment reference list. |
annotations
eContainer
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
NIL
EOPPOSITE_FEATURE_BASE
Modifier | Constructor and Description |
---|---|
protected |
TargletImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
EList<Repository> |
getActiveRepositories() |
RepositoryList |
getActiveRepositoryList() |
String |
getActiveRepositoryListName() |
EList<IUGenerator> |
getInstallableUnitGenerators() |
String |
getName() |
EList<RepositoryList> |
getRepositoryLists() |
EList<Requirement> |
getRequirements() |
EList<SourceLocator> |
getSourceLocators() |
boolean |
isIncludeAllPlatforms() |
boolean |
isIncludeSources() |
void |
setActiveRepositoryListName(String newActiveRepositoryListName) |
void |
setIncludeAllPlatforms(boolean newIncludeAllPlatforms) |
void |
setIncludeSources(boolean newIncludeSources) |
void |
setName(String newName) |
String |
toString() |
eInverseAdd, eInvoke, getAnnotation, getAnnotations
eBasicSetContainer, eInternalContainer
dynamicGet, 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, eSettings
eAddVirtualValue, 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, eInverseRemove, eInvocationDelegate, 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, eVirtualValues
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
eNotificationRequired
protected static final String NAME_EDEFAULT
Name
' attribute.
getName()
protected String name
Name
' attribute.
getName()
protected EList<Requirement> requirements
Requirements
' containment reference list.
getRequirements()
protected EList<SourceLocator> sourceLocators
Source Locators
' containment reference list.
getSourceLocators()
protected EList<IUGenerator> installableUnitGenerators
Installable Unit Generators
' containment reference list.
getInstallableUnitGenerators()
protected EList<RepositoryList> repositoryLists
Repository Lists
' containment reference list.
getRepositoryLists()
protected static final String ACTIVE_REPOSITORY_LIST_NAME_EDEFAULT
Active Repository List Name
' attribute.
getActiveRepositoryListName()
protected String activeRepositoryListName
Active Repository List Name
' attribute.
getActiveRepositoryListName()
protected static final boolean INCLUDE_SOURCES_EDEFAULT
Include Sources
' attribute.
isIncludeSources()
,
Constant Field Valuesprotected boolean includeSources
Include Sources
' attribute.
isIncludeSources()
protected static final boolean INCLUDE_ALL_PLATFORMS_EDEFAULT
Include All Platforms
' attribute.
isIncludeAllPlatforms()
,
Constant Field Valuesprotected boolean includeAllPlatforms
Include All Platforms
' attribute.
isIncludeAllPlatforms()
protected EClass eStaticClass()
eStaticClass
in class ModelElementImpl
public String getName()
getName
in interface Targlet
Targlet.setName(String)
,
TargletPackage.getTarglet_Name()
public void setName(String newName)
setName
in interface Targlet
newName
- the new value of the 'Name' attribute.Targlet.getName()
public EList<Requirement> getRequirements()
getRequirements
in interface Targlet
TargletPackage.getTarglet_Requirements()
public EList<SourceLocator> getSourceLocators()
getSourceLocators
in interface Targlet
TargletPackage.getTarglet_SourceLocators()
public EList<IUGenerator> getInstallableUnitGenerators()
getInstallableUnitGenerators
in interface Targlet
TargletPackage.getTarglet_InstallableUnitGenerators()
public EList<RepositoryList> getRepositoryLists()
getRepositoryLists
in interface Targlet
TargletPackage.getTarglet_RepositoryLists()
public String getActiveRepositoryListName()
getActiveRepositoryListName
in interface Targlet
Targlet.setActiveRepositoryListName(String)
,
TargletPackage.getTarglet_ActiveRepositoryListName()
public void setActiveRepositoryListName(String newActiveRepositoryListName)
setActiveRepositoryListName
in interface Targlet
newActiveRepositoryListName
- the new value of the 'Active Repository List Name' attribute.Targlet.getActiveRepositoryListName()
public RepositoryList getActiveRepositoryList()
getActiveRepositoryList
in interface Targlet
TargletPackage.getTarglet_ActiveRepositoryList()
public EList<Repository> getActiveRepositories()
getActiveRepositories
in interface Targlet
TargletPackage.getTarglet_ActiveRepositories()
public boolean isIncludeSources()
isIncludeSources
in interface Targlet
Targlet.setIncludeSources(boolean)
,
TargletPackage.getTarglet_IncludeSources()
public void setIncludeSources(boolean newIncludeSources)
setIncludeSources
in interface Targlet
newIncludeSources
- the new value of the 'Include Sources' attribute.Targlet.isIncludeSources()
public boolean isIncludeAllPlatforms()
isIncludeAllPlatforms
in interface Targlet
Targlet.setIncludeAllPlatforms(boolean)
,
TargletPackage.getTarglet_IncludeAllPlatforms()
public void setIncludeAllPlatforms(boolean newIncludeAllPlatforms)
setIncludeAllPlatforms
in interface Targlet
newIncludeAllPlatforms
- the new value of the 'Include All Platforms' attribute.Targlet.isIncludeAllPlatforms()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class ModelElementImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class ModelElementImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class ModelElementImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class ModelElementImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class ModelElementImpl
public String toString()
toString
in class BasicEObjectImpl
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html