Package com.nomagic.updm.utils
Class UPDMProfile.TransactionalStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.TransactionalStereotype
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.TransactionalStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContainedTransactionals(Element element, Element value) voidaddRepresentedWrappers(Element element, Element value) protected voidclear()voidclearContainedTransactionals(Element element) voidclearIdentifier(Element element) voidclearRepresentedWrappers(Element element) getContainedTransactionals(Element element) getIdentifier(Element element) getRepresentedWrappers(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) voidremoveRepresentedWrappers(Element element, Element value) voidsetContainedTransactionals(Element element, Collection<? extends Element> value) voidsetIdentifier(Element element, Element value) voidsetRepresentedWrappers(Element element, Collection<? extends 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:
-
REPRESENTEDWRAPPERS
- See Also:
-
-
Constructor Details
-
TransactionalStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getContainedTransactionalsProperty
-
getIdentifierProperty
-
getRepresentedWrappersProperty
-
setContainedTransactionals
public void setContainedTransactionals(Element element, @CheckForNull Collection<? extends Element> value) -
clearContainedTransactionals
-
addContainedTransactionals
-
removeContainedTransactionals
-
getContainedTransactionals
-
setIdentifier
-
clearIdentifier
-
getIdentifier
-
setRepresentedWrappers
public void setRepresentedWrappers(Element element, @CheckForNull Collection<? extends Element> value) -
clearRepresentedWrappers
-
addRepresentedWrappers
-
removeRepresentedWrappers
-
getRepresentedWrappers
-
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
-