Class UAF.ActualPostStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • STAKEHOLDERCONCERN

      public static final String STAKEHOLDERCONCERN
      Relates a Stakeholder to a Concern.
      See Also:
    • URI

      public static final String URI
      Captures Unique identifier for the element.
      See Also:
    • CONFORMSTO

      public static final String CONFORMSTO
      Relates a UAFElement to the Standard that the UAFElement is conforming to.
      See Also:
    • ACTUALCONDITION

      public static final String ACTUALCONDITION
      Relates the ActualResource to the ActualStates of an environment or location describing its situation
      See Also:
    • MILESTONE

      public static final String MILESTONE
      Relates an ActualResource to the ActualProjectMilestones. It is used to describe aspects of the lifecycle of an ActualResource.
      See Also:
    • ENDDATE

      public static final String ENDDATE
      End time for all "actual" elements.
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Start time for all "actual" elements.
      See Also:
  • Constructor Details

    • ActualPostStereotype

      protected ActualPostStereotype(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
    • 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()
    • 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)