Package com.nomagic.uml2
Class MagicDrawProfile.MigrationLogStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.MigrationLogStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.MigrationLogStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLogEntry(Element element, String value) protected voidclear()voidclearLogEntry(Element element) getLogEntry(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveLogEntry(Element element, String value) voidsetLogEntry(Element element, Collection<String> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
LOGENTRY
Information how elements were replaced during migration. First value is original element id, then separator and created element ids.- See Also:
-
-
Constructor Details
-
MigrationLogStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getLogEntryProperty
-
setLogEntry
-
clearLogEntry
-
addLogEntry
-
removeLogEntry
-
getLogEntry
-
clear
protected void clear() -
is
-
isInstance
-