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.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 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, 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 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.EObjectImpl
public RepositoryPolicy getReleases()
getReleases
in interface Repository
Repository.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 Repository
newReleases
- 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 Repository
Repository.isSetReleases()
,
Repository.getReleases()
,
Repository.setReleases(RepositoryPolicy)
public boolean isSetReleases()
isSetReleases
in interface Repository
Repository.unsetReleases()
,
Repository.getReleases()
,
Repository.setReleases(RepositoryPolicy)
public RepositoryPolicy getSnapshots()
getSnapshots
in interface Repository
Repository.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 Repository
newSnapshots
- 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 Repository
Repository.isSetSnapshots()
,
Repository.getSnapshots()
,
Repository.setSnapshots(RepositoryPolicy)
public boolean isSetSnapshots()
isSetSnapshots
in interface Repository
Repository.unsetSnapshots()
,
Repository.getSnapshots()
,
Repository.setSnapshots(RepositoryPolicy)
public String getId()
getId
in interface Repository
Repository.setId(String)
,
PomPackage.getRepository_Id()
public void setId(String newId)
setId
in interface Repository
newId
- the new value of the 'Id' attribute.Repository.getId()
public String getName()
getName
in interface Repository
Repository.setName(String)
,
PomPackage.getRepository_Name()
public void setName(String newName)
setName
in interface Repository
newName
- the new value of the 'Name' attribute.Repository.getName()
public String getUrl()
getUrl
in interface Repository
Repository.setUrl(String)
,
PomPackage.getRepository_Url()
public void setUrl(String newUrl)
setUrl
in interface Repository
newUrl
- the new value of the 'Url' attribute.Repository.getUrl()
public String getLayout()
getLayout
in interface Repository
Repository.isSetLayout()
,
Repository.unsetLayout()
,
Repository.setLayout(String)
,
PomPackage.getRepository_Layout()
public void setLayout(String newLayout)
setLayout
in interface Repository
newLayout
- the new value of the 'Layout' attribute.Repository.isSetLayout()
,
Repository.unsetLayout()
,
Repository.getLayout()
public void unsetLayout()
unsetLayout
in interface Repository
Repository.isSetLayout()
,
Repository.getLayout()
,
Repository.setLayout(String)
public boolean isSetLayout()
isSetLayout
in interface Repository
Repository.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.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.