Package com.nomagic.uml2
Class MagicDrawProfile.ReportTemplateStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.ReportTemplateStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.ReportTemplateStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearAttachedAt
(Element element) void
clearAuthor
(Element element) void
void
clearModifiedAt
(Element element) void
void
clearTemplateXML
(Element element) getAttachedAt
(Element element) getModifiedAt
(Element element) Returns stereotype for this wrapper.getTemplateXML
(Element element) boolean
static boolean
isInstance
(Element element) void
setAttachedAt
(Element element, Object value) void
void
void
setModifiedAt
(Element element, Object value) void
void
setTemplateXML
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
TEMPLATEXML
- See Also:
-
ATTACHEDAT
- See Also:
-
AUTHOR
- See Also:
-
FILE
- See Also:
-
MODIFIEDAT
- See Also:
-
SIZE
- See Also:
-
-
Constructor Details
-
ReportTemplateStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getTemplateXMLProperty
-
getAttachedAtProperty
-
getAuthorProperty
-
getFileProperty
-
getModifiedAtProperty
-
getSizeProperty
-
setTemplateXML
-
clearTemplateXML
-
getTemplateXML
-
setAttachedAt
-
clearAttachedAt
-
getAttachedAt
-
setAuthor
-
clearAuthor
-
getAuthor
-
setFile
-
clearFile
-
getFile
-
setModifiedAt
-
clearModifiedAt
-
getModifiedAt
-
setSize
-
clearSize
-
getSize
-
clear
protected void clear() -
is
-
isInstance
-