Class UPDMProfile.TechnicalStandardStereotype

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

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

  • Constructor Details

    • TechnicalStandardStereotype

      protected TechnicalStandardStereotype(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
    • getInformationTechnologyStandardCategoryProperty

      @CheckForNull public Property getInformationTechnologyStandardCategoryProperty()
    • getCurrentStatusProperty

      @CheckForNull public Property getCurrentStatusProperty()
    • getMandatedDateProperty

      @CheckForNull public Property getMandatedDateProperty()
    • getRatifiedByProperty

      @CheckForNull public Property getRatifiedByProperty()
    • getRetiredDateProperty

      @CheckForNull public Property getRetiredDateProperty()
    • getShortNameProperty

      @CheckForNull public Property getShortNameProperty()
    • getVersionProperty

      @CheckForNull public Property getVersionProperty()
    • 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()
    • setInformationTechnologyStandardCategory

      public void setInformationTechnologyStandardCategory(Element element, @CheckForNull Collection<String> value)
    • clearInformationTechnologyStandardCategory

      public void clearInformationTechnologyStandardCategory(Element element)
    • addInformationTechnologyStandardCategory

      public void addInformationTechnologyStandardCategory(Element element, String value)
    • removeInformationTechnologyStandardCategory

      public void removeInformationTechnologyStandardCategory(Element element, String value)
    • getInformationTechnologyStandardCategory

      public List<String> getInformationTechnologyStandardCategory(Element element)
    • setCurrentStatus

      public void setCurrentStatus(Element element, @CheckForNull String value)
    • clearCurrentStatus

      public void clearCurrentStatus(Element element)
    • getCurrentStatus

      @CheckForNull public String getCurrentStatus(Element element)
    • setMandatedDate

      public void setMandatedDate(Element element, @CheckForNull Element value)
    • clearMandatedDate

      public void clearMandatedDate(Element element)
    • getMandatedDate

      @CheckForNull public Element getMandatedDate(Element element)
    • setRatifiedBy

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

      public void clearRatifiedBy(Element element)
    • addRatifiedBy

      public void addRatifiedBy(Element element, Element value)
    • removeRatifiedBy

      public void removeRatifiedBy(Element element, Element value)
    • getRatifiedBy

      public List<Element> getRatifiedBy(Element element)
    • setRetiredDate

      public void setRetiredDate(Element element, @CheckForNull Element value)
    • clearRetiredDate

      public void clearRetiredDate(Element element)
    • getRetiredDate

      @CheckForNull public Element getRetiredDate(Element element)
    • setShortName

      public void setShortName(Element element, @CheckForNull String value)
    • clearShortName

      public void clearShortName(Element element)
    • getShortName

      @CheckForNull public String getShortName(Element element)
    • setVersion

      public void setVersion(Element element, @CheckForNull String value)
    • clearVersion

      public void clearVersion(Element element)
    • getVersion

      @CheckForNull public String getVersion(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)
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)