Package org.eclipse.epf.uma.impl
Class MethodElementImpl
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
- 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
,Element
,MethodElement
,NamedElement
,PackageableElement
- Direct Known Subclasses:
ConstraintImpl
,DescribableElementImpl
,DiagramElementImpl
,MethodPackageImpl
,MethodUnitImpl
,VariabilityElementImpl
,WorkDefinitionImpl
public abstract class MethodElementImpl extends PackageableElementImpl implements MethodElement
An implementation of the model object 'Method 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.Dynamic
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
Nested 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.EScannableAdapterList
Nested 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
NIL
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
Method Summary
Modifier and Type Method Description java.lang.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, java.lang.Object newValue)
void
eUnset(int featureID)
java.lang.String
getBriefDescription()
java.lang.String
getGuid()
org.eclipse.emf.common.util.EList<Kind>
getKind()
org.eclipse.emf.common.util.EList<MethodElementProperty>
getMethodElementProperty()
java.lang.String
getOrderingGuide()
org.eclipse.emf.common.util.EList<Constraint>
getOwnedRules()
java.lang.String
getPresentationName()
java.lang.Boolean
getSuppressed()
void
setBriefDescription(java.lang.String newBriefDescription)
void
setGuid(java.lang.String newGuid)
void
setOrderingGuide(java.lang.String newOrderingGuide)
void
setPresentationName(java.lang.String newPresentationName)
void
setSuppressed(java.lang.Boolean newSuppressed)
java.lang.String
toString()
Methods inherited from class org.eclipse.epf.uma.impl.NamedElementImpl
getName, setName
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eInternalContainer
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, 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, eVirtualUnset
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
Methods inherited from class java.lang.Object
equals, 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.ecore.InternalEObject
eNotificationRequired
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getGuid
public java.lang.String getGuid()- Specified by:
getGuid
in interfaceMethodElement
- Returns:
- the value of the 'Guid' attribute.
- See Also:
MethodElement.setGuid(String)
,UmaPackage.getMethodElement_Guid()
-
setGuid
public void setGuid(java.lang.String newGuid)- Specified by:
setGuid
in interfaceMethodElement
- Parameters:
newGuid
- the new value of the 'Guid' attribute.- See Also:
MethodElement.getGuid()
-
getPresentationName
public java.lang.String getPresentationName()- Specified by:
getPresentationName
in interfaceMethodElement
- Returns:
- the value of the 'Presentation Name' attribute.
- See Also:
MethodElement.setPresentationName(String)
,UmaPackage.getMethodElement_PresentationName()
-
setPresentationName
public void setPresentationName(java.lang.String newPresentationName)- Specified by:
setPresentationName
in interfaceMethodElement
- Parameters:
newPresentationName
- the new value of the 'Presentation Name' attribute.- See Also:
MethodElement.getPresentationName()
-
getBriefDescription
public java.lang.String getBriefDescription()- Specified by:
getBriefDescription
in interfaceMethodElement
- Returns:
- the value of the 'Brief Description' attribute.
- See Also:
MethodElement.setBriefDescription(String)
,UmaPackage.getMethodElement_BriefDescription()
-
setBriefDescription
public void setBriefDescription(java.lang.String newBriefDescription)- Specified by:
setBriefDescription
in interfaceMethodElement
- Parameters:
newBriefDescription
- the new value of the 'Brief Description' attribute.- See Also:
MethodElement.getBriefDescription()
-
getOwnedRules
- Specified by:
getOwnedRules
in interfaceMethodElement
- Returns:
- the value of the 'Owned Rules' containment reference list.
- See Also:
UmaPackage.getMethodElement_OwnedRules()
-
getMethodElementProperty
- Specified by:
getMethodElementProperty
in interfaceMethodElement
- Returns:
- the value of the 'Method Element Property' containment reference list.
- See Also:
UmaPackage.getMethodElement_MethodElementProperty()
-
getKind
- Specified by:
getKind
in interfaceMethodElement
- Returns:
- the value of the 'Kind' reference list.
- See Also:
UmaPackage.getMethodElement_Kind()
-
getSuppressed
public java.lang.Boolean getSuppressed()- Specified by:
getSuppressed
in interfaceMethodElement
- Returns:
- the value of the 'Suppressed' attribute.
- See Also:
MethodElement.setSuppressed(Boolean)
,UmaPackage.getMethodElement_Suppressed()
-
setSuppressed
public void setSuppressed(java.lang.Boolean newSuppressed)- Specified by:
setSuppressed
in interfaceMethodElement
- Parameters:
newSuppressed
- the new value of the 'Suppressed' attribute.- See Also:
MethodElement.getSuppressed()
-
getOrderingGuide
public java.lang.String getOrderingGuide()- Specified by:
getOrderingGuide
in interfaceMethodElement
- Returns:
- the value of the 'Ordering Guide' attribute.
- See Also:
MethodElement.setOrderingGuide(String)
,UmaPackage.getMethodElement_OrderingGuide()
-
setOrderingGuide
public void setOrderingGuide(java.lang.String newOrderingGuide)- Specified by:
setOrderingGuide
in interfaceMethodElement
- Parameters:
newOrderingGuide
- the new value of the 'Ordering Guide' attribute.- See Also:
MethodElement.getOrderingGuide()
-
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:
eInverseRemove
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eGet
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classNamedElementImpl
-
eSet
public void eSet(int featureID, java.lang.Object newValue)- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classNamedElementImpl
-
eUnset
public void eUnset(int featureID)- Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classNamedElementImpl
-
eIsSet
public boolean eIsSet(int featureID)- Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classNamedElementImpl
-
toString
public java.lang.String toString()- Overrides:
toString
in classNamedElementImpl
-