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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearAuthor(Element element) voidclearCreationdate(Element element) voidclearLastmodifiedby(Element element) voidclearModificationdate(Element element) getCreationdate(Element element) getLastmodifiedby(Element element) getModificationdate(Element element) Returns stereotype for this wrapper.booleanChecks if stereotype of this wrapper is applied to given element.static booleanisInstance(Element element) voidvoidsetCreationdate(Element element, Object value) voidsetLastmodifiedby(Element element, String value) voidsetModificationdate(Element element, Object value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, 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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-