|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
de.cau.cs.kieler.kwebs.servicedata.impl.ServiceDataImpl
public class ServiceDataImpl
An implementation of the model object 'Service Data'.
The following features are implemented:
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.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 |
---|
protected EList<LayoutAlgorithm> layoutAlgorithms
Layout Algorithms
' containment reference list.
getLayoutAlgorithms()
protected EList<LayoutType> layoutTypes
Layout Types
' containment reference list.
getLayoutTypes()
protected EList<LayoutOption> layoutOptions
Layout Options
' containment reference list.
getLayoutOptions()
protected EList<Category> categories
Categories
' containment reference list.
getCategories()
protected static final String VERSION_EDEFAULT
Version
' attribute.
getVersion()
protected String version
Version
' attribute.
getVersion()
protected EList<SupportedFormat> supportedFormats
Supported Formats
' containment reference list.
getSupportedFormats()
Constructor Detail |
---|
protected ServiceDataImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public EList<LayoutAlgorithm> getLayoutAlgorithms()
getLayoutAlgorithms
in interface ServiceData
ServiceDataPackage.getServiceData_LayoutAlgorithms()
public EList<LayoutType> getLayoutTypes()
getLayoutTypes
in interface ServiceData
ServiceDataPackage.getServiceData_LayoutTypes()
public EList<LayoutOption> getLayoutOptions()
getLayoutOptions
in interface ServiceData
ServiceDataPackage.getServiceData_LayoutOptions()
public EList<Category> getCategories()
getCategories
in interface ServiceData
ServiceDataPackage.getServiceData_Categories()
public String getVersion()
getVersion
in interface ServiceData
ServiceData.setVersion(String)
,
ServiceDataPackage.getServiceData_Version()
public void setVersion(String newVersion)
setVersion
in interface ServiceData
newVersion
- the new value of the 'Version' attribute.ServiceData.getVersion()
public EList<SupportedFormat> getSupportedFormats()
getSupportedFormats
in interface ServiceData
ServiceDataPackage.getServiceData_SupportedFormats()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |