public interface ElementExtension extends Class
The following features are supported:
PivotPackage.getElementExtension()| Modifier and Type | Method and Description |
|---|---|
Element |
getBase()
Returns the value of the 'Base' container reference.
|
Stereotype |
getStereotype()
Returns the value of the 'Stereotype' reference.
|
boolean |
isIsApplied()
Returns the value of the 'Is Applied' attribute.
|
boolean |
isIsRequired()
Returns the value of the 'Is Required' attribute.
|
void |
setBase(Element value)
Sets the value of the '
Base' container reference. |
void |
setIsApplied(boolean value)
Sets the value of the '
Is Applied' attribute. |
void |
setIsRequired(boolean value)
Sets the value of the '
Is Required' attribute. |
void |
setStereotype(Stereotype value)
Sets the value of the '
Stereotype' reference. |
createInstance, createInstance, getExtenders, getInstanceClassName, getMetaTypeName, getOwnedBehaviors, getOwnedInvariants, getOwnedOperations, getOwnedProperties, getOwningPackage, getSuperClasses, getTypeParameters, isIsAbstract, isIsActive, isIsInterface, isOrdered, isUnique, lookupActualOperation, lookupImplementation, setInstanceClassName, setIsAbstract, setIsActive, setIsInterface, setOwningPackage, validateNameIsNotNull, validateUniqueInvariantNameconformsTo, flattenedType, getCommonType, getInheritance, getNormalizedType, getTypeId, isClass, isEqualTo, isEqualToUnspecializedType, isTemplateParameter, specializeInoclEquals, oclHashCodegetOwnedConstraintsgetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetOwnedBindings, getOwnedSignature, getUnspecializedElement, setOwnedSignature, setUnspecializedElementStereotype getStereotype()
If the meaning of the 'Stereotype' reference isn't clear, there really should be more of a description here...
setStereotype(Stereotype),
PivotPackage.getElementExtension_Stereotype()void setStereotype(Stereotype value)
Stereotype' reference.
value - the new value of the 'Stereotype' reference.getStereotype()Element getBase()
Owned Extensions'.
If the meaning of the 'Base' container reference isn't clear, there really should be more of a description here...
setBase(Element),
PivotPackage.getElementExtension_Base(),
Element.getOwnedExtensions()void setBase(Element value)
Base' container reference.
value - the new value of the 'Base' container reference.getBase()boolean isIsApplied()
"false".
If the meaning of the 'Is Applied' attribute isn't clear, there really should be more of a description here...
setIsApplied(boolean),
PivotPackage.getElementExtension_IsApplied()void setIsApplied(boolean value)
Is Applied' attribute.
value - the new value of the 'Is Applied' attribute.isIsApplied()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.getElementExtension_IsRequired()void setIsRequired(boolean value)
Is Required' attribute.
value - the new value of the 'Is Required' attribute.isIsRequired()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.