Class SysMLProfile.ViewpointStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.ViewpointStereotype
Enclosing class:
SysMLProfile

public static class SysMLProfile.ViewpointStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • ViewpointStereotype

      protected ViewpointStereotype(SysMLProfile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getConcernProperty

      @CheckForNull public Property getConcernProperty()
    • getConcernListProperty

      @CheckForNull public Property getConcernListProperty()
    • getLanguageProperty

      @CheckForNull public Property getLanguageProperty()
    • getMethodProperty

      @CheckForNull public Property getMethodProperty()
    • getPresentationProperty

      @CheckForNull public Property getPresentationProperty()
    • getPurposeProperty

      @CheckForNull public Property getPurposeProperty()
    • getStakeholderProperty

      @CheckForNull public Property getStakeholderProperty()
    • setConcern

      public void setConcern(Element element, @CheckForNull Collection<String> value)
    • clearConcern

      public void clearConcern(Element element)
    • addConcern

      public void addConcern(Element element, String value)
    • removeConcern

      public void removeConcern(Element element, String value)
    • getConcern

      public List<String> getConcern(Element element)
    • setConcernList

      public void setConcernList(Element element, @CheckForNull Collection<? extends Element> value)
    • clearConcernList

      public void clearConcernList(Element element)
    • addConcernList

      public void addConcernList(Element element, Element value)
    • removeConcernList

      public void removeConcernList(Element element, Element value)
    • getConcernList

      public List<Element> getConcernList(Element element)
    • setLanguage

      public void setLanguage(Element element, @CheckForNull Collection<String> value)
    • clearLanguage

      public void clearLanguage(Element element)
    • addLanguage

      public void addLanguage(Element element, String value)
    • removeLanguage

      public void removeLanguage(Element element, String value)
    • getLanguage

      public List<String> getLanguage(Element element)
    • setMethod

      public void setMethod(Element element, @CheckForNull Collection<? extends Element> value)
    • clearMethod

      public void clearMethod(Element element)
    • addMethod

      public void addMethod(Element element, Element value)
    • removeMethod

      public void removeMethod(Element element, Element value)
    • getMethod

      public List<Element> getMethod(Element element)
    • setPresentation

      public void setPresentation(Element element, @CheckForNull Collection<String> value)
    • clearPresentation

      public void clearPresentation(Element element)
    • addPresentation

      public void addPresentation(Element element, String value)
    • removePresentation

      public void removePresentation(Element element, String value)
    • getPresentation

      public List<String> getPresentation(Element element)
    • setPurpose

      public void setPurpose(Element element, @CheckForNull String value)
    • clearPurpose

      public void clearPurpose(Element element)
    • getPurpose

      @CheckForNull public String getPurpose(Element element)
    • setStakeholder

      public void setStakeholder(Element element, @CheckForNull Collection<? extends Element> value)
    • clearStakeholder

      public void clearStakeholder(Element element)
    • addStakeholder

      public void addStakeholder(Element element, Element value)
    • removeStakeholder

      public void removeStakeholder(Element element, Element value)
    • getStakeholder

      public List<Element> getStakeholder(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)