Package com.nomagic.uml2
Class MagicDrawProfile.NumberOwnerStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.NumberOwnerStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.NumberOwnerStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomNumberingData(Element element, String value) protected voidclear()voidclearCustomNumberingData(Element element) getCustomNumberingData(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveCustomNumberingData(Element element, String value) voidsetCustomNumberingData(Element element, Collection<String> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CUSTOMNUMBERINGDATA
- See Also:
-
-
Constructor Details
-
NumberOwnerStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getCustomNumberingDataProperty
-
setCustomNumberingData
-
clearCustomNumberingData
-
addCustomNumberingData
-
removeCustomNumberingData
-
getCustomNumberingData
-
clear
protected void clear() -
is
-
isInstance
-