Class MDCustomizationForRequirements.VerificationStatusStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.requirements.util.MDCustomizationForRequirements.VerificationStatusStereotype
Enclosing class:
MDCustomizationForRequirements

public static class MDCustomizationForRequirements.VerificationStatusStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

  • 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
    • getConstraintProperty

      @CheckForNull public Property getConstraintProperty()
    • getMarginProperty

      @CheckForNull public Property getMarginProperty()
    • getRequirementProperty

      @CheckForNull public Property getRequirementProperty()
    • getStatusProperty

      @CheckForNull public Property getStatusProperty()
    • getTimestampProperty

      @CheckForNull public Property getTimestampProperty()
    • setConstraint

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

      public void clearConstraint(Element element)
    • addConstraint

      public void addConstraint(Element element, Element value)
    • removeConstraint

      public void removeConstraint(Element element, Element value)
    • getConstraint

      public List<Element> getConstraint(Element element)
    • setMargin

      public void setMargin(Element element, @CheckForNull Double value)
    • clearMargin

      public void clearMargin(Element element)
    • getMargin

      @CheckForNull public Double getMargin(Element element)
    • setRequirement

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

      public void clearRequirement(Element element)
    • addRequirement

      public void addRequirement(Element element, Element value)
    • removeRequirement

      public void removeRequirement(Element element, Element value)
    • getRequirement

      public List<Element> getRequirement(Element element)
    • setStatus

      public void setStatus(Element element, @CheckForNull Element value)
    • clearStatus

      public void clearStatus(Element element)
    • getStatus

      @CheckForNull public Element getStatus(Element element)
    • setTimestamp

      public void setTimestamp(Element element, @CheckForNull String value)
    • clearTimestamp

      public void clearTimestamp(Element element)
    • getTimestamp

      @CheckForNull public String getTimestamp(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)