public interface StereotypeExtender extends Element
The following features are supported:
PivotPackage.getStereotypeExtender()| Modifier and Type | Method and Description |
|---|---|
Class |
getClass_()
Returns the value of the 'Class' reference.
|
Stereotype |
getOwningStereotype()
Returns the value of the 'Owning Stereotype' container reference.
|
boolean |
isIsRequired()
Returns the value of the 'Is Required' attribute.
|
void |
setClass(Class value)
Sets the value of the '
Class' reference. |
void |
setIsRequired(boolean value)
Sets the value of the '
Is Required' attribute. |
void |
setOwningStereotype(Stereotype value)
Sets the value of the '
Owning Stereotype' container reference. |
accept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuevoid setIsRequired(boolean value)
Is Required' attribute.
value - the new value of the 'Is Required' attribute.isIsRequired()Stereotype getOwningStereotype()
Owned Extenders'.
If the meaning of the 'Owning Stereotype' container reference isn't clear, there really should be more of a description here...
setOwningStereotype(Stereotype),
PivotPackage.getStereotypeExtender_OwningStereotype(),
Stereotype.getOwnedExtenders()void setOwningStereotype(Stereotype value)
Owning Stereotype' container reference.
value - the new value of the 'Owning Stereotype' container reference.getOwningStereotype()Class getClass_()
Extenders'.
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setClass(org.eclipse.ocl.pivot.Class),
PivotPackage.getStereotypeExtender_Class(),
Class.getExtenders()void setClass(Class value)
Class' reference.
value - the new value of the 'Class' reference.getClass_()boolean isIsRequired()
"false".
If the meaning of the 'Is Required' attribute isn't clear, there really should be more of a description here...
setIsRequired(boolean),
PivotPackage.getStereotypeExtender_IsRequired()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.