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
public static class UPDMProfile.SemanticStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONTAINEDTRANSACTIONALSstatic java.lang.StringIDENTIFIERstatic java.lang.StringSTEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedSemanticStereotype(UPDMProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContainedTransactionals(Element element, Element value)protected voidclear()voidclearContainedTransactionals(Element element)voidclearIdentifier(Element element)java.util.List<Element>getContainedTransactionals(Element element)PropertygetContainedTransactionalsProperty()ElementgetIdentifier(Element element)PropertygetIdentifierProperty()StereotypegetStereotype()Returns stereotype for this wrapper.booleanis(Element element)static booleanisInstance(Element element)voidremoveContainedTransactionals(Element element, Element value)voidsetContainedTransactionals(Element element, java.util.Collection<? extends Element> value)voidsetIdentifier(Element element, Element value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
CONTAINEDTRANSACTIONALS
public static final java.lang.String CONTAINEDTRANSACTIONALS
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SemanticStereotype
protected SemanticStereotype(UPDMProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getContainedTransactionalsProperty
@CheckForNull public Property getContainedTransactionalsProperty()
-
getIdentifierProperty
@CheckForNull public Property getIdentifierProperty()
-
setContainedTransactionals
public void setContainedTransactionals(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearContainedTransactionals
public void clearContainedTransactionals(Element element)
-
removeContainedTransactionals
public void removeContainedTransactionals(Element element, Element value)
-
getContainedTransactionals
public java.util.List<Element> getContainedTransactionals(Element element)
-
clearIdentifier
public void clearIdentifier(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-