de.cau.cs.kieler.kwebs.servicedata.impl
Class ServiceDataImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by de.cau.cs.kieler.kwebs.servicedata.impl.ServiceDataImpl
All Implemented Interfaces:
ServiceData, Notifier, EObject, InternalEObject

public class ServiceDataImpl
extends EObjectImpl
implements ServiceData

An implementation of the model object 'Service Data'.

The following features are implemented:

Rating red
Generated:
This code was automatically generated.

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
protected  EList<Category> categories
          The cached value of the 'Categories' containment reference list.
protected  EList<LayoutAlgorithm> layoutAlgorithms
          The cached value of the 'Layout Algorithms' containment reference list.
protected  EList<LayoutOption> layoutOptions
          The cached value of the 'Layout Options' containment reference list.
protected  EList<LayoutType> layoutTypes
          The cached value of the 'Layout Types' containment reference list.
protected  EList<SupportedFormat> supportedFormats
          The cached value of the 'Supported Formats' containment reference list.
protected  String version
          The cached value of the 'Version' attribute.
protected static String VERSION_EDEFAULT
          The default value of the 'Version' attribute.
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected ServiceDataImpl()
           
 
Method Summary
 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<Category> getCategories()
           
 EList<LayoutAlgorithm> getLayoutAlgorithms()
           
 EList<LayoutOption> getLayoutOptions()
           
 EList<LayoutType> getLayoutTypes()
           
 EList<SupportedFormat> getSupportedFormats()
           
 String getVersion()
           
 void setVersion(String newVersion)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
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
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

layoutAlgorithms

protected EList<LayoutAlgorithm> layoutAlgorithms
The cached value of the 'Layout Algorithms' containment reference list.

See Also:
getLayoutAlgorithms()
Generated:
This code was automatically generated.
Ordered

layoutTypes

protected EList<LayoutType> layoutTypes
The cached value of the 'Layout Types' containment reference list.

See Also:
getLayoutTypes()
Generated:
This code was automatically generated.
Ordered

layoutOptions

protected EList<LayoutOption> layoutOptions
The cached value of the 'Layout Options' containment reference list.

See Also:
getLayoutOptions()
Generated:
This code was automatically generated.
Ordered

categories

protected EList<Category> categories
The cached value of the 'Categories' containment reference list.

See Also:
getCategories()
Generated:
This code was automatically generated.
Ordered

VERSION_EDEFAULT

protected static final String VERSION_EDEFAULT
The default value of the 'Version' attribute.

See Also:
getVersion()
Generated:
This code was automatically generated.
Ordered

version

protected String version
The cached value of the 'Version' attribute.

See Also:
getVersion()
Generated:
This code was automatically generated.
Ordered

supportedFormats

protected EList<SupportedFormat> supportedFormats
The cached value of the 'Supported Formats' containment reference list.

See Also:
getSupportedFormats()
Generated:
This code was automatically generated.
Ordered
Constructor Detail

ServiceDataImpl

protected ServiceDataImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EObjectImpl
Generated:
This code was automatically generated.

getLayoutAlgorithms

public EList<LayoutAlgorithm> getLayoutAlgorithms()

Specified by:
getLayoutAlgorithms in interface ServiceData
Returns:
the value of the 'Layout Algorithms' containment reference list.
See Also:
ServiceDataPackage.getServiceData_LayoutAlgorithms()
Generated:
This code was automatically generated.

getLayoutTypes

public EList<LayoutType> getLayoutTypes()

Specified by:
getLayoutTypes in interface ServiceData
Returns:
the value of the 'Layout Types' containment reference list.
See Also:
ServiceDataPackage.getServiceData_LayoutTypes()
Generated:
This code was automatically generated.

getLayoutOptions

public EList<LayoutOption> getLayoutOptions()

Specified by:
getLayoutOptions in interface ServiceData
Returns:
the value of the 'Layout Options' containment reference list.
See Also:
ServiceDataPackage.getServiceData_LayoutOptions()
Generated:
This code was automatically generated.

getCategories

public EList<Category> getCategories()

Specified by:
getCategories in interface ServiceData
Returns:
the value of the 'Categories' containment reference list.
See Also:
ServiceDataPackage.getServiceData_Categories()
Generated:
This code was automatically generated.

getVersion

public String getVersion()

Specified by:
getVersion in interface ServiceData
Returns:
the value of the 'Version' attribute.
See Also:
ServiceData.setVersion(String), ServiceDataPackage.getServiceData_Version()
Generated:
This code was automatically generated.

setVersion

public void setVersion(String newVersion)

Specified by:
setVersion in interface ServiceData
Parameters:
newVersion - the new value of the 'Version' attribute.
See Also:
ServiceData.getVersion()
Generated:
This code was automatically generated.

getSupportedFormats

public EList<SupportedFormat> getSupportedFormats()

Specified by:
getSupportedFormats in interface ServiceData
Returns:
the value of the 'Supported Formats' containment reference list.
See Also:
ServiceDataPackage.getServiceData_SupportedFormats()
Generated:
This code was automatically generated.

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

Overrides:
eInverseRemove in class BasicEObjectImpl
Generated:
This code was automatically generated.

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface InternalEObject
Overrides:
eGet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
Generated:
This code was automatically generated.

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

toString

public String toString()

Overrides:
toString in class BasicEObjectImpl
Generated:
This code was automatically generated.