public class ConnectionTypeImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements ConnectionType
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
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 |
CLASS_NAME_EDEFAULT
The default value of the '
Class Name ' attribute. |
protected String |
className
The cached value of the '
Class Name ' attribute. |
protected FolderType |
folder
The cached value of the '
Folder ' containment reference. |
protected String |
id
The cached value of the '
Id ' attribute. |
protected static String |
ID_EDEFAULT
The default value of the '
Id ' attribute. |
protected String |
prefix
The cached value of the '
Prefix ' attribute. |
protected static String |
PREFIX_EDEFAULT
The default value of the '
Prefix ' attribute. |
protected String |
uri
The cached value of the '
Uri ' attribute. |
protected static String |
URI_EDEFAULT
The default value of the '
Uri ' attribute. |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Modifier | Constructor and Description |
---|---|
protected |
ConnectionTypeImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetFolder(FolderType newFolder,
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 |
getClassName() |
FolderType |
getFolder() |
String |
getId() |
String |
getPrefix() |
String |
getUri() |
void |
setClassName(String newClassName) |
void |
setFolder(FolderType newFolder) |
void |
setId(String newId) |
void |
setPrefix(String newPrefix) |
void |
setUri(String newUri) |
String |
toString() |
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, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, 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
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected FolderType folder
Folder
' containment reference.
getFolder()
protected static final String CLASS_NAME_EDEFAULT
Class Name
' attribute.
getClassName()
protected String className
Class Name
' attribute.
getClassName()
protected static final String ID_EDEFAULT
Id
' attribute.
getId()
protected static final String PREFIX_EDEFAULT
Prefix
' attribute.
getPrefix()
protected String prefix
Prefix
' attribute.
getPrefix()
protected static final String URI_EDEFAULT
Uri
' attribute.
getUri()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public FolderType getFolder()
getFolder
in interface ConnectionType
ConnectionType.setFolder(FolderType)
,
ConfigurationPackage.getConnectionType_Folder()
public org.eclipse.emf.common.notify.NotificationChain basicSetFolder(FolderType newFolder, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFolder(FolderType newFolder)
setFolder
in interface ConnectionType
newFolder
- the new value of the 'Folder' containment reference.ConnectionType.getFolder()
public String getClassName()
getClassName
in interface ConnectionType
ConnectionType.setClassName(String)
,
ConfigurationPackage.getConnectionType_ClassName()
public void setClassName(String newClassName)
setClassName
in interface ConnectionType
newClassName
- the new value of the 'Class Name' attribute.ConnectionType.getClassName()
public String getId()
getId
in interface ConnectionType
ConnectionType.setId(String)
,
ConfigurationPackage.getConnectionType_Id()
public void setId(String newId)
setId
in interface ConnectionType
newId
- the new value of the 'Id' attribute.ConnectionType.getId()
public String getPrefix()
getPrefix
in interface ConnectionType
ConnectionType.setPrefix(String)
,
ConfigurationPackage.getConnectionType_Prefix()
public void setPrefix(String newPrefix)
setPrefix
in interface ConnectionType
newPrefix
- the new value of the 'Prefix' attribute.ConnectionType.getPrefix()
public String getUri()
getUri
in interface ConnectionType
ConnectionType.setUri(String)
,
ConfigurationPackage.getConnectionType_Uri()
public void setUri(String newUri)
setUri
in interface ConnectionType
newUri
- the new value of the 'Uri' attribute.ConnectionType.getUri()
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