Package org.eclipse.epf.uma.impl
Class DescribableElementImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.epf.uma.impl.ElementImpl
org.eclipse.epf.uma.impl.NamedElementImpl
org.eclipse.epf.uma.impl.PackageableElementImpl
org.eclipse.epf.uma.impl.MethodElementImpl
org.eclipse.epf.uma.impl.DescribableElementImpl
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,org.eclipse.emf.ecore.InternalEObject,Classifier,DescribableElement,Element,MethodElement,NamedElement,PackageableElement,Type
- Direct Known Subclasses:
ContentElementImpl,FulfillableElementImpl,ProcessElementImpl
public abstract class DescribableElementImpl extends MethodElementImpl implements DescribableElement
An implementation of the model object 'Describable Element'.
The following features are implemented:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.DynamicNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.ContainerNested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterListNested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore -
Field Summary
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NILFields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE -
Method Summary
Modifier and Type Method Description ContentDescriptionbasicGetPresentation()org.eclipse.emf.common.notify.NotificationChainbasicSetPresentation(ContentDescription newPresentation, org.eclipse.emf.common.notify.NotificationChain msgs)inteBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)inteDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)java.lang.ObjecteGet(int featureID, boolean resolve, boolean coreType)org.eclipse.emf.common.notify.NotificationChaineInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, java.lang.Object newValue)voideUnset(int featureID)java.lang.BooleangetIsAbstract()java.net.URIgetNodeicon()ContentDescriptiongetPresentation()java.net.URIgetShapeicon()voidsetIsAbstract(java.lang.Boolean newIsAbstract)voidsetNodeicon(java.net.URI newNodeicon)voidsetPresentation(ContentDescription newPresentation)voidsetShapeicon(java.net.URI newShapeicon)java.lang.StringtoString()Methods inherited from class org.eclipse.epf.uma.impl.MethodElementImpl
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressedMethods inherited from class org.eclipse.epf.uma.impl.NamedElementImpl
getName, setNameMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eInternalContainerMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURIMethods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnsetMethods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotifyMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequiredMethods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressedMethods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIsAbstract
public java.lang.Boolean getIsAbstract()- Specified by:
getIsAbstractin interfaceClassifier- Returns:
- the value of the 'Is Abstract' attribute.
- See Also:
Classifier.setIsAbstract(Boolean),UmaPackage.getClassifier_IsAbstract()
-
setIsAbstract
public void setIsAbstract(java.lang.Boolean newIsAbstract)- Specified by:
setIsAbstractin interfaceClassifier- Parameters:
newIsAbstract- the new value of the 'Is Abstract' attribute.- See Also:
Classifier.getIsAbstract()
-
getPresentation
- Specified by:
getPresentationin interfaceDescribableElement- Returns:
- the value of the 'Presentation' containment reference.
- See Also:
DescribableElement.setPresentation(ContentDescription),UmaPackage.getDescribableElement_Presentation()
-
basicGetPresentation
-
basicSetPresentation
public org.eclipse.emf.common.notify.NotificationChain basicSetPresentation(ContentDescription newPresentation, org.eclipse.emf.common.notify.NotificationChain msgs) -
setPresentation
- Specified by:
setPresentationin interfaceDescribableElement- Parameters:
newPresentation- the new value of the 'Presentation' containment reference.- See Also:
DescribableElement.getPresentation()
-
getShapeicon
public java.net.URI getShapeicon()- Specified by:
getShapeiconin interfaceDescribableElement- Returns:
- the value of the 'Shapeicon' attribute.
- See Also:
DescribableElement.setShapeicon(URI),UmaPackage.getDescribableElement_Shapeicon()
-
setShapeicon
public void setShapeicon(java.net.URI newShapeicon)- Specified by:
setShapeiconin interfaceDescribableElement- Parameters:
newShapeicon- the new value of the 'Shapeicon' attribute.- See Also:
DescribableElement.getShapeicon()
-
getNodeicon
public java.net.URI getNodeicon()- Specified by:
getNodeiconin interfaceDescribableElement- Returns:
- the value of the 'Nodeicon' attribute.
- See Also:
DescribableElement.setNodeicon(URI),UmaPackage.getDescribableElement_Nodeicon()
-
setNodeicon
public void setNodeicon(java.net.URI newNodeicon)- Specified by:
setNodeiconin interfaceDescribableElement- Parameters:
newNodeicon- the new value of the 'Nodeicon' attribute.- See Also:
DescribableElement.getNodeicon()
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)- Overrides:
eInverseRemovein classMethodElementImpl
-
eGet
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eGetin classMethodElementImpl
-
eSet
public void eSet(int featureID, java.lang.Object newValue)- Specified by:
eSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eSetin classMethodElementImpl
-
eUnset
public void eUnset(int featureID)- Specified by:
eUnsetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eUnsetin classMethodElementImpl
-
eIsSet
public boolean eIsSet(int featureID)- Specified by:
eIsSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eIsSetin classMethodElementImpl
-
eBaseStructuralFeatureID
public int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)- Specified by:
eBaseStructuralFeatureIDin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eBaseStructuralFeatureIDin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eDerivedStructuralFeatureID
public int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)- Specified by:
eDerivedStructuralFeatureIDin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eDerivedStructuralFeatureIDin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
toString
public java.lang.String toString()- Overrides:
toStringin classMethodElementImpl
-