Package com.nomagic.updm.utils
Class UPDMProfile.SemanticStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.SemanticStereotype
- Enclosing class:
- UPDMProfile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContainedTransactionals(Element element, Element value) protected voidclear()voidclearContainedTransactionals(Element element) voidclearIdentifier(Element element) getContainedTransactionals(Element element) getIdentifier(Element element) Returns stereotype for this wrapper.booleanChecks if stereotype of this wrapper is applied to given element.static booleanisInstance(Element element) voidremoveContainedTransactionals(Element element, Element value) voidsetContainedTransactionals(Element element, Collection<? extends Element> value) voidsetIdentifier(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONTAINEDTRANSACTIONALS
- See Also:
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
SemanticStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getContainedTransactionalsProperty
-
getIdentifierProperty
-
setContainedTransactionals
public void setContainedTransactionals(Element element, @CheckForNull Collection<? extends Element> value) -
clearContainedTransactionals
-
addContainedTransactionals
-
removeContainedTransactionals
-
getContainedTransactionals
-
setIdentifier
-
clearIdentifier
-
getIdentifier
-
clear
protected void clear() -
is
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-