Class UAF.ArchitectureMetadataStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • CATEGORY

      public static final String CATEGORY
      Defines the category of a Metadata element example: http://purl.org/dc/terms/abstract.
      See Also:
    • DUBLINCOREELEMENT

      public static final String DUBLINCOREELEMENT
      A metadata category that is a DublinCore tag.
      See Also:
    • METADATASCHEME

      public static final String METADATASCHEME
      A representation scheme that defines a set of Metadata.
      See Also:
    • NAME

      public static final String NAME
      The name of the Metadata.
      See Also:
    • ACTUALMEASUREMENTSET

      public static final String ACTUALMEASUREMENTSET
      Relates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.
      See Also:
    • MEASUREMENTSET

      public static final String MEASUREMENTSET
      Relates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.
      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

    • ArchitectureMetadataStereotype

      protected ArchitectureMetadataStereotype(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
    • getCategoryProperty

      @CheckForNull public Property getCategoryProperty()
    • getDublinCoreElementProperty

      @CheckForNull public Property getDublinCoreElementProperty()
    • getMetaDataSchemeProperty

      @CheckForNull public Property getMetaDataSchemeProperty()
    • getNameProperty

      @CheckForNull public Property getNameProperty()
    • getActualMeasurementSetProperty

      @CheckForNull public Property getActualMeasurementSetProperty()
    • getMeasurementSetProperty

      @CheckForNull public Property getMeasurementSetProperty()
    • getURIProperty

      @CheckForNull public Property getURIProperty()
    • getConformsToProperty

      @CheckForNull public Property getConformsToProperty()
    • setCategory

      public void setCategory(Element element, @CheckForNull String value)
    • clearCategory

      public void clearCategory(Element element)
    • getCategory

      @CheckForNull public String getCategory(Element element)
    • setDublinCoreElement

      public void setDublinCoreElement(Element element, @CheckForNull String value)
    • clearDublinCoreElement

      public void clearDublinCoreElement(Element element)
    • getDublinCoreElement

      @CheckForNull public String getDublinCoreElement(Element element)
    • setMetaDataScheme

      public void setMetaDataScheme(Element element, @CheckForNull String value)
    • clearMetaDataScheme

      public void clearMetaDataScheme(Element element)
    • getMetaDataScheme

      @CheckForNull public String getMetaDataScheme(Element element)
    • setName

      public void setName(Element element, @CheckForNull String value)
    • clearName

      public void clearName(Element element)
    • getName

      @CheckForNull public String getName(Element element)
    • setActualMeasurementSet

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

      public void clearActualMeasurementSet(Element element)
    • addActualMeasurementSet

      public void addActualMeasurementSet(Element element, Element value)
    • removeActualMeasurementSet

      public void removeActualMeasurementSet(Element element, Element value)
    • getActualMeasurementSet

      public List<Element> getActualMeasurementSet(Element element)
    • setMeasurementSet

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

      public void clearMeasurementSet(Element element)
    • addMeasurementSet

      public void addMeasurementSet(Element element, Element value)
    • removeMeasurementSet

      public void removeMeasurementSet(Element element, Element value)
    • getMeasurementSet

      public List<Element> getMeasurementSet(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)
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)