Package com.nomagic.uml2
Class MagicDrawProfile.MergedDiagramStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.uml2.MagicDrawProfile.MergedDiagramStereotype
-
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.MergedDiagramStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MERGEDFROMBOTHCONTRIBUTORS
static java.lang.String
MERGEDSYMBOLS
static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
MergedDiagramStereotype(MagicDrawProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMergedSymbols(Element element, java.lang.String value)
protected void
clear()
void
clearMergedFromBothContributors(Element element)
void
clearMergedSymbols(Element element)
Property
getMergedFromBothContributorsProperty()
java.util.List<java.lang.String>
getMergedSymbols(Element element)
Property
getMergedSymbolsProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.boolean
is(Element element)
static boolean
isInstance(Element element)
java.lang.Boolean
isMergedFromBothContributors(Element element)
void
removeMergedSymbols(Element element, java.lang.String value)
void
setMergedFromBothContributors(Element element, java.lang.Boolean value)
void
setMergedSymbols(Element element, java.util.Collection<java.lang.String> 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
-
MERGEDFROMBOTHCONTRIBUTORS
public static final java.lang.String MERGEDFROMBOTHCONTRIBUTORS
- See Also:
- Constant Field Values
-
MERGEDSYMBOLS
public static final java.lang.String MERGEDSYMBOLS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MergedDiagramStereotype
protected MergedDiagramStereotype(MagicDrawProfile 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
-
getMergedFromBothContributorsProperty
@CheckForNull public Property getMergedFromBothContributorsProperty()
-
getMergedSymbolsProperty
@CheckForNull public Property getMergedSymbolsProperty()
-
setMergedFromBothContributors
public void setMergedFromBothContributors(Element element, @CheckForNull java.lang.Boolean value)
-
clearMergedFromBothContributors
public void clearMergedFromBothContributors(Element element)
-
isMergedFromBothContributors
@CheckForNull public java.lang.Boolean isMergedFromBothContributors(Element element)
-
setMergedSymbols
public void setMergedSymbols(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearMergedSymbols
public void clearMergedSymbols(Element element)
-
addMergedSymbols
public void addMergedSymbols(Element element, java.lang.String value)
-
removeMergedSymbols
public void removeMergedSymbols(Element element, java.lang.String value)
-
getMergedSymbols
public java.util.List<java.lang.String> getMergedSymbols(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-