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.booleanstatic 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, isDerivedStereotype, isSameOrDerivedStereotype, 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
 - 
isInstance
 
 -