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 Modifier and Type Field Description static java.lang.String
CONTAINEDTRANSACTIONALS
static java.lang.String
IDENTIFIER
static java.lang.String
REPRESENTEDWRAPPERS
static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
TransactionalStereotype(UPDMProfile profile)
-
Method Summary
-
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
-
REPRESENTEDWRAPPERS
public static final java.lang.String REPRESENTEDWRAPPERS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TransactionalStereotype
protected TransactionalStereotype(UPDMProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getContainedTransactionalsProperty
@CheckForNull public Property getContainedTransactionalsProperty()
-
getIdentifierProperty
@CheckForNull public Property getIdentifierProperty()
-
getRepresentedWrappersProperty
@CheckForNull public Property getRepresentedWrappersProperty()
-
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)
-
setRepresentedWrappers
public void setRepresentedWrappers(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearRepresentedWrappers
public void clearRepresentedWrappers(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-