public class StereotypeExtenderImpl extends ElementImpl implements StereotypeExtender
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
Class |
basicGetClass() |
NotificationChain |
basicSetClass(Class newClass,
NotificationChain msgs) |
NotificationChain |
basicSetOwningStereotype(Stereotype newOwningStereotype,
NotificationChain msgs) |
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Class |
getClass_() |
Stereotype |
getOwningStereotype() |
boolean |
isIsRequired() |
void |
setClass(Class newClass) |
void |
setIsRequired(boolean newIsRequired) |
void |
setOwningStereotype(Stereotype newOwningStereotype) |
String |
toString() |
void |
unloaded(ASResource asResource) |
allOwnedElements, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTargetequals, getClass, hashCode, notify, notifyAll, wait, wait, waitallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic void setIsRequired(boolean newIsRequired)
setIsRequired in interface StereotypeExtendernewIsRequired - the new value of the 'Is Required' attribute.StereotypeExtender.isIsRequired()public Stereotype getOwningStereotype()
getOwningStereotype in interface StereotypeExtenderStereotypeExtender.setOwningStereotype(Stereotype),
PivotPackage.getStereotypeExtender_OwningStereotype(),
Stereotype.getOwnedExtenders()public NotificationChain basicSetOwningStereotype(Stereotype newOwningStereotype, NotificationChain msgs)
public void setOwningStereotype(Stereotype newOwningStereotype)
setOwningStereotype in interface StereotypeExtendernewOwningStereotype - the new value of the 'Owning Stereotype' container reference.StereotypeExtender.getOwningStereotype()public Class getClass_()
getClass_ in interface StereotypeExtenderStereotypeExtender.setClass(org.eclipse.ocl.pivot.Class),
PivotPackage.getStereotypeExtender_Class(),
Class.getExtenders()public Class basicGetClass()
public NotificationChain basicSetClass(Class newClass, NotificationChain msgs)
public void setClass(Class newClass)
setClass in interface StereotypeExtendernewClass - the new value of the 'Class' reference.StereotypeExtender.getClass_()public boolean isIsRequired()
isIsRequired in interface StereotypeExtenderStereotypeExtender.setIsRequired(boolean),
PivotPackage.getStereotypeExtender_IsRequired()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class ElementImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ElementImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class ElementImplpublic void eUnset(int featureID)
eUnset in class ElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ElementImplpublic <R> R accept(Visitor<R> visitor)
Elementpublic String toString()
ElementImpltoString in class ElementImplpublic void unloaded(ASResource asResource)
unloaded in class PivotObjectImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.