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
Fields Modifier and Type Field Description static java.lang.String
COMPLETION_STATUS
static java.lang.String
DESCRIPTION
static java.lang.String
REFERENCE
static java.lang.String
STEREOTYPE_NAME
static java.lang.String
VERSION
-
Constructor Summary
Constructors Modifier Constructor Description protected
DiagramDescriptionStereotype(SysMLProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
void
clearCompletionstatus(Element element)
void
clearDescription(Element element)
void
clearReference(Element element)
void
clearVersion(Element element)
java.lang.String
getCompletionstatus(Element element)
Property
getCompletionstatusProperty()
java.lang.String
getDescription(Element element)
Property
getDescriptionProperty()
Element
getReference(Element element)
Property
getReferenceProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.java.lang.String
getVersion(Element element)
Property
getVersionProperty()
boolean
is(Element element)
static boolean
isInstance(Element element)
void
setCompletionstatus(Element element, java.lang.String value)
void
setDescription(Element element, java.lang.String value)
void
setReference(Element element, Element value)
void
setVersion(Element element, java.lang.String value)
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
COMPLETION_STATUS
public static final java.lang.String COMPLETION_STATUS
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
-
REFERENCE
public static final java.lang.String REFERENCE
- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DiagramDescriptionStereotype
protected DiagramDescriptionStereotype(SysMLProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getCompletionstatusProperty
@CheckForNull public Property getCompletionstatusProperty()
-
getDescriptionProperty
@CheckForNull public Property getDescriptionProperty()
-
getReferenceProperty
@CheckForNull public Property getReferenceProperty()
-
getVersionProperty
@CheckForNull public Property getVersionProperty()
-
setCompletionstatus
public void setCompletionstatus(Element element, @CheckForNull java.lang.String value)
-
clearCompletionstatus
public void clearCompletionstatus(Element element)
-
getCompletionstatus
@CheckForNull public java.lang.String getCompletionstatus(Element element)
-
setDescription
public void setDescription(Element element, @CheckForNull java.lang.String value)
-
clearDescription
public void clearDescription(Element element)
-
getDescription
@CheckForNull public java.lang.String getDescription(Element element)
-
clearReference
public void clearReference(Element element)
-
setVersion
public void setVersion(Element element, @CheckForNull java.lang.String value)
-
clearVersion
public void clearVersion(Element element)
-
getVersion
@CheckForNull public java.lang.String getVersion(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-