public class RepositoryImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Repository
org.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, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The cached value of the '
Id' attribute. |
protected static String |
ID_EDEFAULT
The default value of the '
Id' attribute. |
protected String |
layout
The cached value of the '
Layout' attribute. |
protected static String |
LAYOUT_EDEFAULT
The default value of the '
Layout' attribute. |
protected boolean |
layoutESet
This is true if the Layout attribute has been set.
|
protected String |
name
The cached value of the '
Name' attribute. |
protected static String |
NAME_EDEFAULT
The default value of the '
Name' attribute. |
protected RepositoryPolicy |
releases
The cached value of the '
Releases' containment reference. |
protected boolean |
releasesESet
This is true if the Releases containment reference has been set.
|
protected RepositoryPolicy |
snapshots
The cached value of the '
Snapshots' containment reference. |
protected boolean |
snapshotsESet
This is true if the Snapshots containment reference has been set.
|
protected String |
url
The cached value of the '
Url' attribute. |
protected static String |
URL_EDEFAULT
The default value of the '
Url' attribute. |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY| Modifier | Constructor and Description |
|---|---|
protected |
RepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetReleases(RepositoryPolicy newReleases,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetSnapshots(RepositoryPolicy newSnapshots,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicUnsetReleases(org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicUnsetSnapshots(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 |
getId() |
String |
getLayout() |
String |
getName() |
RepositoryPolicy |
getReleases() |
RepositoryPolicy |
getSnapshots() |
String |
getUrl() |
boolean |
isSetLayout() |
boolean |
isSetReleases() |
boolean |
isSetSnapshots() |
void |
setId(String newId) |
void |
setLayout(String newLayout) |
void |
setName(String newName) |
void |
setReleases(RepositoryPolicy newReleases) |
void |
setSnapshots(RepositoryPolicy newSnapshots) |
void |
setUrl(String newUrl) |
String |
toString() |
void |
unsetLayout() |
void |
unsetReleases() |
void |
unsetSnapshots() |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIeAddVirtualValue, 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, eVirtualValueseBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected RepositoryPolicy releases
Releases' containment reference.
getReleases()protected boolean releasesESet
protected RepositoryPolicy snapshots
Snapshots' containment reference.
getSnapshots()protected boolean snapshotsESet
protected static final String ID_EDEFAULT
Id' attribute. getId()protected static final String NAME_EDEFAULT
Name' attribute. getName()protected static final String URL_EDEFAULT
Url' attribute. getUrl()protected static final String LAYOUT_EDEFAULT
Layout' attribute. getLayout()protected String layout
Layout' attribute. getLayout()protected boolean layoutESet
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImplpublic RepositoryPolicy getReleases()
getReleases in interface RepositoryRepository.isSetReleases(),
Repository.unsetReleases(),
Repository.setReleases(RepositoryPolicy),
PomPackage.getRepository_Releases()public org.eclipse.emf.common.notify.NotificationChain basicSetReleases(RepositoryPolicy newReleases, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setReleases(RepositoryPolicy newReleases)
setReleases in interface RepositorynewReleases - the new value of the 'Releases' containment reference.Repository.isSetReleases(),
Repository.unsetReleases(),
Repository.getReleases()public org.eclipse.emf.common.notify.NotificationChain basicUnsetReleases(org.eclipse.emf.common.notify.NotificationChain msgs)
public void unsetReleases()
unsetReleases in interface RepositoryRepository.isSetReleases(),
Repository.getReleases(),
Repository.setReleases(RepositoryPolicy)public boolean isSetReleases()
isSetReleases in interface RepositoryRepository.unsetReleases(),
Repository.getReleases(),
Repository.setReleases(RepositoryPolicy)public RepositoryPolicy getSnapshots()
getSnapshots in interface RepositoryRepository.isSetSnapshots(),
Repository.unsetSnapshots(),
Repository.setSnapshots(RepositoryPolicy),
PomPackage.getRepository_Snapshots()public org.eclipse.emf.common.notify.NotificationChain basicSetSnapshots(RepositoryPolicy newSnapshots, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setSnapshots(RepositoryPolicy newSnapshots)
setSnapshots in interface RepositorynewSnapshots - the new value of the 'Snapshots' containment reference.Repository.isSetSnapshots(),
Repository.unsetSnapshots(),
Repository.getSnapshots()public org.eclipse.emf.common.notify.NotificationChain basicUnsetSnapshots(org.eclipse.emf.common.notify.NotificationChain msgs)
public void unsetSnapshots()
unsetSnapshots in interface RepositoryRepository.isSetSnapshots(),
Repository.getSnapshots(),
Repository.setSnapshots(RepositoryPolicy)public boolean isSetSnapshots()
isSetSnapshots in interface RepositoryRepository.unsetSnapshots(),
Repository.getSnapshots(),
Repository.setSnapshots(RepositoryPolicy)public String getId()
getId in interface RepositoryRepository.setId(String),
PomPackage.getRepository_Id()public void setId(String newId)
setId in interface RepositorynewId - the new value of the 'Id' attribute.Repository.getId()public String getName()
getName in interface RepositoryRepository.setName(String),
PomPackage.getRepository_Name()public void setName(String newName)
setName in interface RepositorynewName - the new value of the 'Name' attribute.Repository.getName()public String getUrl()
getUrl in interface RepositoryRepository.setUrl(String),
PomPackage.getRepository_Url()public void setUrl(String newUrl)
setUrl in interface RepositorynewUrl - the new value of the 'Url' attribute.Repository.getUrl()public String getLayout()
getLayout in interface RepositoryRepository.isSetLayout(),
Repository.unsetLayout(),
Repository.setLayout(String),
PomPackage.getRepository_Layout()public void setLayout(String newLayout)
setLayout in interface RepositorynewLayout - the new value of the 'Layout' attribute.Repository.isSetLayout(),
Repository.unsetLayout(),
Repository.getLayout()public void unsetLayout()
unsetLayout in interface RepositoryRepository.isSetLayout(),
Repository.getLayout(),
Repository.setLayout(String)public boolean isSetLayout()
isSetLayout in interface RepositoryRepository.unsetLayout(),
Repository.getLayout(),
Repository.setLayout(String)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.BasicEObjectImplCopyright © 2005–2021 Eclipse Foundation. All rights reserved.