Class UPDMProfile.ViewpointStereotype

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

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

  • Constructor Details

    • ViewpointStereotype

      protected ViewpointStereotype(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
    • getConcernsProperty

      @CheckForNull public Property getConcernsProperty()
    • getLanguagesProperty

      @CheckForNull public Property getLanguagesProperty()
    • getMethodsProperty

      @CheckForNull public Property getMethodsProperty()
    • getPurposeProperty

      @CheckForNull public Property getPurposeProperty()
    • getStakeholdersProperty

      @CheckForNull public Property getStakeholdersProperty()
    • 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()
    • setConcerns

      public void setConcerns(Element element, @CheckForNull Collection<String> value)
    • clearConcerns

      public void clearConcerns(Element element)
    • addConcerns

      public void addConcerns(Element element, String value)
    • removeConcerns

      public void removeConcerns(Element element, String value)
    • getConcerns

      public List<String> getConcerns(Element element)
    • setLanguages

      public void setLanguages(Element element, @CheckForNull Collection<String> value)
    • clearLanguages

      public void clearLanguages(Element element)
    • addLanguages

      public void addLanguages(Element element, String value)
    • removeLanguages

      public void removeLanguages(Element element, String value)
    • getLanguages

      public List<String> getLanguages(Element element)
    • setMethods

      public void setMethods(Element element, @CheckForNull Collection<String> value)
    • clearMethods

      public void clearMethods(Element element)
    • addMethods

      public void addMethods(Element element, String value)
    • removeMethods

      public void removeMethods(Element element, String value)
    • getMethods

      public List<String> getMethods(Element element)
    • setPurpose

      public void setPurpose(Element element, @CheckForNull String value)
    • clearPurpose

      public void clearPurpose(Element element)
    • getPurpose

      @CheckForNull public String getPurpose(Element element)
    • setStakeholders

      public void setStakeholders(Element element, @CheckForNull Collection<String> value)
    • clearStakeholders

      public void clearStakeholders(Element element)
    • addStakeholders

      public void addStakeholders(Element element, String value)
    • removeStakeholders

      public void removeStakeholders(Element element, String value)
    • getStakeholders

      public List<String> getStakeholders(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)