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.String
CONTAINEDTRANSACTIONALS
static java.lang.String
IDENTIFIER
static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
SemanticStereotype(UPDMProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addContainedTransactionals(Element element, Element value)
protected void
clear()
void
clearContainedTransactionals(Element element)
void
clearIdentifier(Element element)
java.util.List<Element>
getContainedTransactionals(Element element)
Property
getContainedTransactionalsProperty()
Element
getIdentifier(Element element)
Property
getIdentifierProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.boolean
is(Element element)
static boolean
isInstance(Element element)
void
removeContainedTransactionals(Element element, Element value)
void
setContainedTransactionals(Element element, java.util.Collection<? extends Element> value)
void
setIdentifier(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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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)
-
-