public class DeploymentRepositoryImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements DeploymentRepository
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 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 static String |
UNIQUE_VERSION_EDEFAULT
The default value of the '
Unique Version ' attribute. |
protected String |
uniqueVersion
The cached value of the '
Unique Version ' attribute. |
protected boolean |
uniqueVersionESet
This is true if the Unique Version attribute 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 |
DeploymentRepositoryImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
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() |
String |
getUniqueVersion() |
String |
getUrl() |
boolean |
isSetLayout() |
boolean |
isSetUniqueVersion() |
void |
setId(String newId) |
void |
setLayout(String newLayout) |
void |
setName(String newName) |
void |
setUniqueVersion(String newUniqueVersion) |
void |
setUrl(String newUrl) |
String |
toString() |
void |
unsetLayout() |
void |
unsetUniqueVersion() |
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, 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 UNIQUE_VERSION_EDEFAULT
Unique Version
' attribute.
getUniqueVersion()
,
Constant Field Valuesprotected String uniqueVersion
Unique Version
' attribute.
getUniqueVersion()
protected boolean uniqueVersionESet
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 String getUniqueVersion()
getUniqueVersion
in interface DeploymentRepository
DeploymentRepository.isSetUniqueVersion()
,
DeploymentRepository.unsetUniqueVersion()
,
DeploymentRepository.setUniqueVersion(String)
,
PomPackage.getDeploymentRepository_UniqueVersion()
public void setUniqueVersion(String newUniqueVersion)
setUniqueVersion
in interface DeploymentRepository
newUniqueVersion
- the new value of the 'Unique Version' attribute.DeploymentRepository.isSetUniqueVersion()
,
DeploymentRepository.unsetUniqueVersion()
,
DeploymentRepository.getUniqueVersion()
public void unsetUniqueVersion()
unsetUniqueVersion
in interface DeploymentRepository
DeploymentRepository.isSetUniqueVersion()
,
DeploymentRepository.getUniqueVersion()
,
DeploymentRepository.setUniqueVersion(String)
public boolean isSetUniqueVersion()
isSetUniqueVersion
in interface DeploymentRepository
DeploymentRepository.unsetUniqueVersion()
,
DeploymentRepository.getUniqueVersion()
,
DeploymentRepository.setUniqueVersion(String)
public String getId()
getId
in interface DeploymentRepository
DeploymentRepository.setId(String)
,
PomPackage.getDeploymentRepository_Id()
public void setId(String newId)
setId
in interface DeploymentRepository
newId
- the new value of the 'Id' attribute.DeploymentRepository.getId()
public String getName()
getName
in interface DeploymentRepository
DeploymentRepository.setName(String)
,
PomPackage.getDeploymentRepository_Name()
public void setName(String newName)
setName
in interface DeploymentRepository
newName
- the new value of the 'Name' attribute.DeploymentRepository.getName()
public String getUrl()
getUrl
in interface DeploymentRepository
DeploymentRepository.setUrl(String)
,
PomPackage.getDeploymentRepository_Url()
public void setUrl(String newUrl)
setUrl
in interface DeploymentRepository
newUrl
- the new value of the 'Url' attribute.DeploymentRepository.getUrl()
public String getLayout()
getLayout
in interface DeploymentRepository
DeploymentRepository.isSetLayout()
,
DeploymentRepository.unsetLayout()
,
DeploymentRepository.setLayout(String)
,
PomPackage.getDeploymentRepository_Layout()
public void setLayout(String newLayout)
setLayout
in interface DeploymentRepository
newLayout
- the new value of the 'Layout' attribute.DeploymentRepository.isSetLayout()
,
DeploymentRepository.unsetLayout()
,
DeploymentRepository.getLayout()
public void unsetLayout()
unsetLayout
in interface DeploymentRepository
DeploymentRepository.isSetLayout()
,
DeploymentRepository.getLayout()
,
DeploymentRepository.setLayout(String)
public boolean isSetLayout()
isSetLayout
in interface DeploymentRepository
DeploymentRepository.unsetLayout()
,
DeploymentRepository.getLayout()
,
DeploymentRepository.setLayout(String)
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.