Package com.nomagic.updm.utils
Class UPDMProfile.ActualProjectStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.ActualProjectStereotype
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.ActualProjectStereotype
extends ProfileImplementation.StereotypeWrapper
-
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 StringEnd time of boundary.static final StringEnd time for this Project.static final StringMilestones associates with this project.static final StringSub-projects.static final StringTypes of measurements corresponding to the actual measurements.static final StringStart time of a boundary.static final StringStart time for this Project.static final Stringstatic final StringUnique identifier for the element.static final StringParent project. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActualPropertySet(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddOwnedMilestones(Element element, Element value) voidvoidaddPropertySet(Element element, Element value) protected voidclear()voidclearActualPropertySet(Element element) voidclearConformsTo(Element element) voidclearEndBoundaryType(Element element) voidclearEndDate(Element element) voidclearOwnedMilestones(Element element) voidvoidclearPropertySet(Element element) voidclearStartBoundaryType(Element element) voidclearStartDate(Element element) voidvoidclearWhole(Element element) getActualPropertySet(Element element) getConformsTo(Element element) getEndBoundaryType(Element element) getEndDate(Element element) getOwnedMilestones(Element element) getPropertySet(Element element) getStartBoundaryType(Element element) getStartDate(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActualPropertySet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveOwnedMilestones(Element element, Element value) voidremovePart(Element element, Element value) voidremovePropertySet(Element element, Element value) voidsetActualPropertySet(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetEndBoundaryType(Element element, Element value) voidsetEndDate(Element element, Element value) voidsetOwnedMilestones(Element element, Collection<? extends Element> value) voidsetPart(Element element, Collection<? extends Element> value) voidsetPropertySet(Element element, Collection<? extends Element> value) voidsetStartBoundaryType(Element element, Element value) voidsetStartDate(Element element, Element value) voidvoidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ENDDATE
End time for this Project.- See Also:
-
OWNEDMILESTONES
Milestones associates with this project.- See Also:
-
PART
Sub-projects.- See Also:
-
STARTDATE
Start time for this Project.- See Also:
-
WHOLE
Parent project.- 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
-
ActualProjectStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getEndDateProperty
-
getOwnedMilestonesProperty
-
getPartProperty
-
getStartDateProperty
-
getWholeProperty
-
getURIProperty
-
getActualPropertySetProperty
-
getConformsToProperty
-
getEndBoundaryTypeProperty
-
getPropertySetProperty
-
getStartBoundaryTypeProperty
-
setEndDate
-
clearEndDate
-
getEndDate
-
setOwnedMilestones
-
clearOwnedMilestones
-
addOwnedMilestones
-
removeOwnedMilestones
-
getOwnedMilestones
-
setPart
-
clearPart
-
addPart
-
removePart
-
getPart
-
setStartDate
-
clearStartDate
-
getStartDate
-
setWhole
-
clearWhole
-
getWhole
-
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
-