Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.StakeholderStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.sysml.util.SysMLProfile.StakeholderStereotype
-
- Enclosing class:
- SysMLProfile
public static class SysMLProfile.StakeholderStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONCERN
static java.lang.String
CONCERNLIST
static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
StakeholderStereotype(SysMLProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConcern(Element element, Element value)
protected void
clear()
void
clearConcern(Element element)
void
clearConcernList(Element element)
java.util.List<Element>
getConcern(Element element)
Element
getConcernList(Element element)
Property
getConcernListProperty()
Property
getConcernProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.boolean
is(Element element)
static boolean
isInstance(Element element)
void
removeConcern(Element element, Element value)
void
setConcern(Element element, java.util.Collection<? extends Element> value)
void
setConcernList(Element element, Element 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
-
CONCERN
public static final java.lang.String CONCERN
- See Also:
- Constant Field Values
-
CONCERNLIST
public static final java.lang.String CONCERNLIST
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StakeholderStereotype
protected StakeholderStereotype(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
-
getConcernProperty
@CheckForNull public Property getConcernProperty()
-
getConcernListProperty
@CheckForNull public Property getConcernListProperty()
-
setConcern
public void setConcern(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearConcern
public void clearConcern(Element element)
-
clearConcernList
public void clearConcernList(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-