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.StringCONCERNstatic java.lang.StringCONCERNLISTstatic java.lang.StringSTEREOTYPE_NAME 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedStakeholderStereotype(SysMLProfile profile) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConcern(Element element, Element value)protected voidclear()voidclearConcern(Element element)voidclearConcernList(Element element)java.util.List<Element>getConcern(Element element)ElementgetConcernList(Element element)PropertygetConcernListProperty()PropertygetConcernProperty()StereotypegetStereotype()Returns stereotype for this wrapper.booleanis(Element element)static booleanisInstance(Element element)voidremoveConcern(Element element, Element value)voidsetConcern(Element element, java.util.Collection<? extends Element> value)voidsetConcernList(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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) 
 - 
 
 -