Class UAF.ActualResponsibilityStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ActualResponsibilityStereotype
Enclosing class:
UAF

public static class UAF.ActualResponsibilityStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • ActualResponsibilityStereotype

      protected ActualResponsibilityStereotype(UAF 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
    • getCreatedStandardsProperty

      @CheckForNull public Property getCreatedStandardsProperty()
    • getPublishedStandardsProperty

      @CheckForNull public Property getPublishedStandardsProperty()
    • getRatifiedStandardsProperty

      @CheckForNull public Property getRatifiedStandardsProperty()
    • getStakeholderConcernProperty

      @CheckForNull public Property getStakeholderConcernProperty()
    • getURIProperty

      @CheckForNull public Property getURIProperty()
    • getConformsToProperty

      @CheckForNull public Property getConformsToProperty()
    • getActualConditionProperty

      @CheckForNull public Property getActualConditionProperty()
    • getMilestoneProperty

      @CheckForNull public Property getMilestoneProperty()
    • getEndDateProperty

      @CheckForNull public Property getEndDateProperty()
    • getStartDateProperty

      @CheckForNull public Property getStartDateProperty()
    • setCreatedStandards

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

      public void clearCreatedStandards(Element element)
    • addCreatedStandards

      public void addCreatedStandards(Element element, Element value)
    • removeCreatedStandards

      public void removeCreatedStandards(Element element, Element value)
    • getCreatedStandards

      public List<Element> getCreatedStandards(Element element)
    • setPublishedStandards

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

      public void clearPublishedStandards(Element element)
    • addPublishedStandards

      public void addPublishedStandards(Element element, Element value)
    • removePublishedStandards

      public void removePublishedStandards(Element element, Element value)
    • getPublishedStandards

      public List<Element> getPublishedStandards(Element element)
    • setRatifiedStandards

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

      public void clearRatifiedStandards(Element element)
    • addRatifiedStandards

      public void addRatifiedStandards(Element element, Element value)
    • removeRatifiedStandards

      public void removeRatifiedStandards(Element element, Element value)
    • getRatifiedStandards

      public List<Element> getRatifiedStandards(Element element)
    • setStakeholderConcern

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

      public void clearStakeholderConcern(Element element)
    • addStakeholderConcern

      public void addStakeholderConcern(Element element, Element value)
    • removeStakeholderConcern

      public void removeStakeholderConcern(Element element, Element value)
    • getStakeholderConcern

      public List<Element> getStakeholderConcern(Element element)
    • setURI

      public void setURI(Element element, @CheckForNull String value)
    • clearURI

      public void clearURI(Element element)
    • getURI

      @CheckForNull public String getURI(Element element)
    • setConformsTo

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

      public void clearConformsTo(Element element)
    • addConformsTo

      public void addConformsTo(Element element, Element value)
    • removeConformsTo

      public void removeConformsTo(Element element, Element value)
    • getConformsTo

      public List<Element> getConformsTo(Element element)
    • setActualCondition

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

      public void clearActualCondition(Element element)
    • addActualCondition

      public void addActualCondition(Element element, Element value)
    • removeActualCondition

      public void removeActualCondition(Element element, Element value)
    • getActualCondition

      public List<Element> getActualCondition(Element element)
    • setMilestone

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

      public void clearMilestone(Element element)
    • addMilestone

      public void addMilestone(Element element, Element value)
    • removeMilestone

      public void removeMilestone(Element element, Element value)
    • getMilestone

      public List<Element> getMilestone(Element element)
    • setEndDate

      public void setEndDate(Element element, @CheckForNull Element value)
    • clearEndDate

      public void clearEndDate(Element element)
    • getEndDate

      @CheckForNull public Element getEndDate(Element element)
    • setStartDate

      public void setStartDate(Element element, @CheckForNull Element value)
    • clearStartDate

      public void clearStartDate(Element element)
    • getStartDate

      @CheckForNull public Element getStartDate(Element element)
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)