Package com.nomagic.updm.utils
Class UPDMProfile.StandardStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.StandardStereotype
- Enclosing class:
- UPDMProfile
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe actual measurements to which the element must conform.static final StringStandard that this UPDM element is conforming to.static final StringCurrent status of the Standard.static final StringEnd time of boundary.static final StringThe information technology standard category which the <> belongs to. static final StringThe date when this version of the Standard was published.static final StringTypes of measurements corresponding to the actual measurements.static final StringOrganization that ratified this Standardstatic final StringThe date when this version of the Standard was retired.static final StringShort name of the Standard.static final StringStart time of a boundary.static final Stringstatic final StringUnique identifier for the element.static final StringRepresents the revision number of the Standard - e.g. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActualPropertySet(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddInformationTechnologyStandardCategory(Element element, String value) voidaddPropertySet(Element element, Element value) voidaddRatifiedBy(Element element, Element value) protected voidclear()voidclearActualPropertySet(Element element) voidclearConformsTo(Element element) voidclearCurrentStatus(Element element) voidclearEndBoundaryType(Element element) voidvoidclearMandatedDate(Element element) voidclearPropertySet(Element element) voidclearRatifiedBy(Element element) voidclearRetiredDate(Element element) voidclearShortName(Element element) voidclearStartBoundaryType(Element element) voidvoidclearVersion(Element element) getActualPropertySet(Element element) getConformsTo(Element element) getCurrentStatus(Element element) getEndBoundaryType(Element element) getMandatedDate(Element element) getPropertySet(Element element) getRatifiedBy(Element element) getRetiredDate(Element element) getShortName(Element element) getStartBoundaryType(Element element) Returns stereotype for this wrapper.getVersion(Element element) booleanstatic booleanisInstance(Element element) voidremoveActualPropertySet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveInformationTechnologyStandardCategory(Element element, String value) voidremovePropertySet(Element element, Element value) voidremoveRatifiedBy(Element element, Element value) voidsetActualPropertySet(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetCurrentStatus(Element element, String value) voidsetEndBoundaryType(Element element, Element value) voidsetInformationTechnologyStandardCategory(Element element, Collection<String> value) voidsetMandatedDate(Element element, Element value) voidsetPropertySet(Element element, Collection<? extends Element> value) voidsetRatifiedBy(Element element, Collection<? extends Element> value) voidsetRetiredDate(Element element, Element value) voidsetShortName(Element element, String value) voidsetStartBoundaryType(Element element, Element value) voidvoidsetVersion(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
INFORMATIONTECHNOLOGYSTANDARDCATEGORY
The information technology standard category which the <> belongs to. - See Also:
-
CURRENTSTATUS
Current status of the Standard.- See Also:
-
MANDATEDDATE
The date when this version of the Standard was published.- See Also:
-
RATIFIEDBY
Organization that ratified this Standard- See Also:
-
RETIREDDATE
The date when this version of the Standard was retired.- See Also:
-
SHORTNAME
Short name of the Standard.- See Also:
-
VERSION
Represents the revision number of the Standard - e.g. "1.2.1", "v2", ":2004", etc.- See Also:
-
URI
Unique identifier for the element.- See Also:
-
ACTUALPROPERTYSET
The actual measurements to which the element must conform.- See Also:
-
CONFORMSTO
Standard that this UPDM element is conforming to.- See Also:
-
ENDBOUNDARYTYPE
End time of boundary.- See Also:
-
PROPERTYSET
Types of measurements corresponding to the actual measurements.- See Also:
-
STARTBOUNDARYTYPE
Start time of a boundary.- See Also:
-
-
Constructor Details
-
StandardStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getInformationTechnologyStandardCategoryProperty
-
getCurrentStatusProperty
-
getMandatedDateProperty
-
getRatifiedByProperty
-
getRetiredDateProperty
-
getShortNameProperty
-
getVersionProperty
-
getURIProperty
-
getActualPropertySetProperty
-
getConformsToProperty
-
getEndBoundaryTypeProperty
-
getPropertySetProperty
-
getStartBoundaryTypeProperty
-
setInformationTechnologyStandardCategory
public void setInformationTechnologyStandardCategory(Element element, @CheckForNull Collection<String> value) -
clearInformationTechnologyStandardCategory
-
addInformationTechnologyStandardCategory
-
removeInformationTechnologyStandardCategory
-
getInformationTechnologyStandardCategory
-
setCurrentStatus
-
clearCurrentStatus
-
getCurrentStatus
-
setMandatedDate
-
clearMandatedDate
-
getMandatedDate
-
setRatifiedBy
-
clearRatifiedBy
-
addRatifiedBy
-
removeRatifiedBy
-
getRatifiedBy
-
setRetiredDate
-
clearRetiredDate
-
getRetiredDate
-
setShortName
-
clearShortName
-
getShortName
-
setVersion
-
clearVersion
-
getVersion
-
setURI
-
clearURI
-
getURI
-
setActualPropertySet
public void setActualPropertySet(Element element, @CheckForNull Collection<? extends Element> value) -
clearActualPropertySet
-
addActualPropertySet
-
removeActualPropertySet
-
getActualPropertySet
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setEndBoundaryType
-
clearEndBoundaryType
-
getEndBoundaryType
-
setPropertySet
-
clearPropertySet
-
addPropertySet
-
removePropertySet
-
getPropertySet
-
setStartBoundaryType
-
clearStartBoundaryType
-
getStartBoundaryType
-
clear
protected void clear() -
is
-
isInstance
-