Class UAF.VersionedElementStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • VERSIONRELEASEDATMILESTONE

      public static final String VERSIONRELEASEDATMILESTONE
      Relates a VersionedElement to the ActualProjectMilestone. It indicates the ActualProjectMilestone at which the VersionedElement is released.
      See Also:
    • VERSIONWITHDRAWNATMILESTONE

      public static final String VERSIONWITHDRAWNATMILESTONE
      Relates a VersionedElement to the ActualProjectMilestone. It indicates the ActualProjectMilestone at which the VersionedElement is withdrawn.
      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:
  • Constructor Details

    • VersionedElementStereotype

      protected VersionedElementStereotype(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
    • getVersionReleasedAtMilestoneProperty

      @CheckForNull public Property getVersionReleasedAtMilestoneProperty()
    • getVersionWithdrawnAtMilestoneProperty

      @CheckForNull public Property getVersionWithdrawnAtMilestoneProperty()
    • getURIProperty

      @CheckForNull public Property getURIProperty()
    • getConformsToProperty

      @CheckForNull public Property getConformsToProperty()
    • setVersionReleasedAtMilestone

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

      public void clearVersionReleasedAtMilestone(Element element)
    • addVersionReleasedAtMilestone

      public void addVersionReleasedAtMilestone(Element element, Element value)
    • removeVersionReleasedAtMilestone

      public void removeVersionReleasedAtMilestone(Element element, Element value)
    • getVersionReleasedAtMilestone

      public List<Element> getVersionReleasedAtMilestone(Element element)
    • setVersionWithdrawnAtMilestone

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

      public void clearVersionWithdrawnAtMilestone(Element element)
    • addVersionWithdrawnAtMilestone

      public void addVersionWithdrawnAtMilestone(Element element, Element value)
    • removeVersionWithdrawnAtMilestone

      public void removeVersionWithdrawnAtMilestone(Element element, Element value)
    • getVersionWithdrawnAtMilestone

      public List<Element> getVersionWithdrawnAtMilestone(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)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)