Package com.nomagic.uml2
Class MagicDrawProfile.DiagramInfoStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.DiagramInfoStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.DiagramInfoStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearAuthor
(Element element) void
clearCreationdate
(Element element) void
clearLastmodifiedby
(Element element) void
clearModificationdate
(Element element) getCreationdate
(Element element) getLastmodifiedby
(Element element) getModificationdate
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
void
setCreationdate
(Element element, Object value) void
setLastmodifiedby
(Element element, String value) void
setModificationdate
(Element element, Object value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
AUTHOR
- See Also:
-
CREATION_DATE
- See Also:
-
LAST_MODIFIED_BY
- See Also:
-
MODIFICATION_DATE
- See Also:
-
-
Constructor Details
-
DiagramInfoStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getAuthorProperty
-
getCreationdateProperty
-
getLastmodifiedbyProperty
-
getModificationdateProperty
-
setAuthor
-
clearAuthor
-
getAuthor
-
setCreationdate
-
clearCreationdate
-
getCreationdate
-
setLastmodifiedby
-
clearLastmodifiedby
-
getLastmodifiedby
-
setModificationdate
-
clearModificationdate
-
getModificationdate
-
clear
protected void clear() -
is
-
isInstance
-