Package com.nomagic.magicdraw.uaf
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.static final StringDefines the category of a Metadata element example: http://purl.org/dc/terms/abstract.static final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringA metadata category that is a DublinCore tag.static final StringRelates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.static final StringA representation scheme that defines a set of Metadata.static final StringThe name of the Metadata.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActualMeasurementSet(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddMeasurementSet(Element element, Element value) voidclearActualMeasurementSet(Element element) voidclearCategory(Element element) voidclearConformsTo(Element element) voidclearDublinCoreElement(Element element) voidclearMeasurementSet(Element element) voidclearMetaDataScheme(Element element) voidvoidgetActualMeasurementSet(Element element) getCategory(Element element) getConformsTo(Element element) getDublinCoreElement(Element element) getMeasurementSet(Element element) getMetaDataScheme(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActualMeasurementSet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveMeasurementSet(Element element, Element value) voidsetActualMeasurementSet(Element element, Collection<? extends Element> value) voidsetCategory(Element element, String value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetDublinCoreElement(Element element, String value) voidsetMeasurementSet(Element element, Collection<? extends Element> value) voidsetMetaDataScheme(Element element, String value) voidvoidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CATEGORY
Defines the category of a Metadata element example: http://purl.org/dc/terms/abstract.- See Also:
-
DUBLINCOREELEMENT
A metadata category that is a DublinCore tag.- See Also:
-
METADATASCHEME
A representation scheme that defines a set of Metadata.- See Also:
-
NAME
The name of the Metadata.- See Also:
-
ACTUALMEASUREMENTSET
Relates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.- See Also:
-
MEASUREMENTSET
Relates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.- See Also:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
-
Constructor Details
-
ArchitectureMetadataStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getCategoryProperty
-
getDublinCoreElementProperty
-
getMetaDataSchemeProperty
-
getNameProperty
-
getActualMeasurementSetProperty
-
getMeasurementSetProperty
-
getURIProperty
-
getConformsToProperty
-
setCategory
-
clearCategory
-
getCategory
-
setDublinCoreElement
-
clearDublinCoreElement
-
getDublinCoreElement
-
setMetaDataScheme
-
clearMetaDataScheme
-
getMetaDataScheme
-
setName
-
clearName
-
getName
-
setActualMeasurementSet
public void setActualMeasurementSet(Element element, @CheckForNull Collection<? extends Element> value) -
clearActualMeasurementSet
-
addActualMeasurementSet
-
removeActualMeasurementSet
-
getActualMeasurementSet
-
setMeasurementSet
-
clearMeasurementSet
-
addMeasurementSet
-
removeMeasurementSet
-
getMeasurementSet
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
is
-
isInstance
-