Class UPDMProfile.ViewStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.ViewStereotype
Enclosing class:
UPDMProfile

public static class UPDMProfile.ViewStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • ViewStereotype

      protected ViewStereotype(UPDMProfile 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
    • getArchitecturalElementsProperty

      @CheckForNull public Property getArchitecturalElementsProperty()
    • getCoversPhaseProperty

      @CheckForNull public Property getCoversPhaseProperty()
    • getDescriptionProperty

      @CheckForNull public Property getDescriptionProperty()
    • getViewpointsProperty

      @CheckForNull public Property getViewpointsProperty()
    • getURIProperty

      @CheckForNull public Property getURIProperty()
    • getActualPropertySetProperty

      @CheckForNull public Property getActualPropertySetProperty()
    • getConformsToProperty

      @CheckForNull public Property getConformsToProperty()
    • getEndBoundaryTypeProperty

      @CheckForNull public Property getEndBoundaryTypeProperty()
    • getPropertySetProperty

      @CheckForNull public Property getPropertySetProperty()
    • getStartBoundaryTypeProperty

      @CheckForNull public Property getStartBoundaryTypeProperty()
    • setArchitecturalElements

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

      public void clearArchitecturalElements(Element element)
    • addArchitecturalElements

      public void addArchitecturalElements(Element element, Element value)
    • removeArchitecturalElements

      public void removeArchitecturalElements(Element element, Element value)
    • getArchitecturalElements

      public List<Element> getArchitecturalElements(Element element)
    • setCoversPhase

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

      public void clearCoversPhase(Element element)
    • addCoversPhase

      public void addCoversPhase(Element element, Element value)
    • removeCoversPhase

      public void removeCoversPhase(Element element, Element value)
    • getCoversPhase

      public List<Element> getCoversPhase(Element element)
    • setDescription

      public void setDescription(Element element, @CheckForNull String value)
    • clearDescription

      public void clearDescription(Element element)
    • getDescription

      @CheckForNull public String getDescription(Element element)
    • setViewpoints

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

      public void clearViewpoints(Element element)
    • addViewpoints

      public void addViewpoints(Element element, Element value)
    • removeViewpoints

      public void removeViewpoints(Element element, Element value)
    • getViewpoints

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

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

      public void clearURI(Element element)
    • getURI

      @CheckForNull public String getURI(Element element)
    • setActualPropertySet

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

      public void clearActualPropertySet(Element element)
    • addActualPropertySet

      public void addActualPropertySet(Element element, Element value)
    • removeActualPropertySet

      public void removeActualPropertySet(Element element, Element value)
    • getActualPropertySet

      public List<Element> getActualPropertySet(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)
    • setEndBoundaryType

      public void setEndBoundaryType(Element element, @CheckForNull Element value)
    • clearEndBoundaryType

      public void clearEndBoundaryType(Element element)
    • getEndBoundaryType

      @CheckForNull public Element getEndBoundaryType(Element element)
    • setPropertySet

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

      public void clearPropertySet(Element element)
    • addPropertySet

      public void addPropertySet(Element element, Element value)
    • removePropertySet

      public void removePropertySet(Element element, Element value)
    • getPropertySet

      public List<Element> getPropertySet(Element element)
    • setStartBoundaryType

      public void setStartBoundaryType(Element element, @CheckForNull Element value)
    • clearStartBoundaryType

      public void clearStartBoundaryType(Element element)
    • getStartBoundaryType

      @CheckForNull public Element getStartBoundaryType(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)