Package com.nomagic.updm.utils
Class UPDMProfile.ArchitectureMetadataStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.updm.utils.UPDMProfile.ArchitectureMetadataStereotype
-
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.ArchitectureMetadataStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private UPDMProfile_pstatic java.lang.StringACTUALPROPERTYSETThe actual measurements to which the element must conform.static java.lang.StringCONFORMSTOStandard that this UPDM element is conforming to.static java.lang.StringDUBLINCOREELEMENTIf the meta data corresponds to the Dublin Core Meta-Data Standard, then the meta-data element name should be listed herestatic java.lang.StringENDBOUNDARYTYPEEnd time of boundary.static java.lang.StringMODMETADATAELEMENTIf the meta data corresponds to the MOD Meta-Data Standard, then the meta-data element name should be listed here.static java.lang.StringNAMEThe name of the Metadata.static java.lang.StringPROPERTYSETTypes of measurements corresponding to the actual measurements.static java.lang.StringSTARTBOUNDARYTYPEStart time of a boundary.static java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringURIUnique identifier for the element.
-
Constructor Summary
Constructors Modifier Constructor Description protectedArchitectureMetadataStereotype(UPDMProfile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
clear, getElementByName
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
DUBLINCOREELEMENT
public static final java.lang.String DUBLINCOREELEMENT
If the meta data corresponds to the Dublin Core Meta-Data Standard, then the meta-data element name should be listed here- See Also:
- Constant Field Values
-
MODMETADATAELEMENT
public static final java.lang.String MODMETADATAELEMENT
If the meta data corresponds to the MOD Meta-Data Standard, then the meta-data element name should be listed here.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
The name of the Metadata.- See Also:
- Constant Field Values
-
URI
public static final java.lang.String URI
Unique identifier for the element.- See Also:
- Constant Field Values
-
ACTUALPROPERTYSET
public static final java.lang.String ACTUALPROPERTYSET
The actual measurements to which the element must conform.- See Also:
- Constant Field Values
-
CONFORMSTO
public static final java.lang.String CONFORMSTO
Standard that this UPDM element is conforming to.- See Also:
- Constant Field Values
-
ENDBOUNDARYTYPE
public static final java.lang.String ENDBOUNDARYTYPE
End time of boundary.- See Also:
- Constant Field Values
-
PROPERTYSET
public static final java.lang.String PROPERTYSET
Types of measurements corresponding to the actual measurements.- See Also:
- Constant Field Values
-
STARTBOUNDARYTYPE
public static final java.lang.String STARTBOUNDARYTYPE
Start time of a boundary.- See Also:
- Constant Field Values
-
_p
private final UPDMProfile _p
-
-
Constructor Detail
-
ArchitectureMetadataStereotype
protected ArchitectureMetadataStereotype(UPDMProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getDublinCoreElementProperty
@CheckForNull public Property getDublinCoreElementProperty()
-
getModMetaDataElementProperty
@CheckForNull public Property getModMetaDataElementProperty()
-
getNameProperty
@CheckForNull public Property getNameProperty()
-
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()
-
setDublinCoreElement
public void setDublinCoreElement(Element element, @CheckForNull java.lang.String value)
-
clearDublinCoreElement
public void clearDublinCoreElement(Element element)
-
getDublinCoreElement
@CheckForNull public java.lang.String getDublinCoreElement(Element element)
-
setModMetaDataElement
public void setModMetaDataElement(Element element, @CheckForNull java.lang.String value)
-
clearModMetaDataElement
public void clearModMetaDataElement(Element element)
-
getModMetaDataElement
@CheckForNull public java.lang.String getModMetaDataElement(Element element)
-
setName
public void setName(Element element, @CheckForNull java.lang.String value)
-
clearName
public void clearName(Element element)
-
getName
@CheckForNull public java.lang.String getName(Element element)
-
setURI
public void setURI(Element element, @CheckForNull java.lang.String value)
-
clearURI
public void clearURI(Element element)
-
getURI
@CheckForNull public java.lang.String getURI(Element element)
-
setActualPropertySet
public void setActualPropertySet(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearActualPropertySet
public void clearActualPropertySet(Element element)
-
setConformsTo
public void setConformsTo(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearConformsTo
public void clearConformsTo(Element element)
-
clearEndBoundaryType
public void clearEndBoundaryType(Element element)
-
setPropertySet
public void setPropertySet(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearPropertySet
public void clearPropertySet(Element element)
-
setStartBoundaryType
public void setStartBoundaryType(Element element, @CheckForNull Element value)
-
clearStartBoundaryType
public void clearStartBoundaryType(Element element)
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-