Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.DiagramDescriptionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.DiagramDescriptionStereotype
- Enclosing class:
- SysMLProfile
public static class SysMLProfile.DiagramDescriptionStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearCompletionstatus
(Element element) void
clearDescription
(Element element) void
clearReference
(Element element) void
clearVersion
(Element element) getCompletionstatus
(Element element) getDescription
(Element element) getReference
(Element element) Returns stereotype for this wrapper.getVersion
(Element element) boolean
static boolean
isInstance
(Element element) void
setCompletionstatus
(Element element, String value) void
setDescription
(Element element, String value) void
setReference
(Element element, Element value) void
setVersion
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
COMPLETION_STATUS
- See Also:
-
DESCRIPTION
- See Also:
-
REFERENCE
- See Also:
-
VERSION
- See Also:
-
-
Constructor Details
-
DiagramDescriptionStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getCompletionstatusProperty
-
getDescriptionProperty
-
getReferenceProperty
-
getVersionProperty
-
setCompletionstatus
-
clearCompletionstatus
-
getCompletionstatus
-
setDescription
-
clearDescription
-
getDescription
-
setReference
-
clearReference
-
getReference
-
setVersion
-
clearVersion
-
getVersion
-
clear
protected void clear() -
is
-
isInstance
-