Package com.nomagic.updm.utils
Class UPDMProfile.ProtocolStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.ProtocolStereotype
- Enclosing class:
- UPDMProfile
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The actual measurements to which the element must conform.static final String
Standard that this UPDM element is conforming to.static final String
Current status of the Standard.static final String
End time of boundary.static final String
The information technology standard category which the <> belongs to. static final String
The date when this version of the Standard was published.static final String
Types of measurements corresponding to the actual measurements.static final String
Organization that ratified this Standardstatic final String
The date when this version of the Standard was retired.static final String
Short name of the Standard.static final String
Start time of a boundary.static final String
static final String
Unique identifier for the element.static final String
Represents the revision number of the Standard - e.g. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActualPropertySet
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addInformationTechnologyStandardCategory
(Element element, String value) void
addPropertySet
(Element element, Element value) void
addRatifiedBy
(Element element, Element value) void
clearActualPropertySet
(Element element) void
clearConformsTo
(Element element) void
clearCurrentStatus
(Element element) void
clearEndBoundaryType
(Element element) void
void
clearMandatedDate
(Element element) void
clearPropertySet
(Element element) void
clearRatifiedBy
(Element element) void
clearRetiredDate
(Element element) void
clearShortName
(Element element) void
clearStartBoundaryType
(Element element) void
void
clearVersion
(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) boolean
static boolean
isInstance
(Element element) void
removeActualPropertySet
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeInformationTechnologyStandardCategory
(Element element, String value) void
removePropertySet
(Element element, Element value) void
removeRatifiedBy
(Element element, Element value) void
setActualPropertySet
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setCurrentStatus
(Element element, String value) void
setEndBoundaryType
(Element element, Element value) void
setInformationTechnologyStandardCategory
(Element element, Collection<String> value) void
setMandatedDate
(Element element, Element value) void
setPropertySet
(Element element, Collection<? extends Element> value) void
setRatifiedBy
(Element element, Collection<? extends Element> value) void
setRetiredDate
(Element element, Element value) void
setShortName
(Element element, String value) void
setStartBoundaryType
(Element element, Element value) void
void
setVersion
(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
-
ProtocolStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-
is
-
isInstance
-