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
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
End time of boundary.static final String
End time for this Project.static final String
Milestones associates with this project.static final String
Sub-projects.static final String
Types of measurements corresponding to the actual measurements.static final String
Start time of a boundary.static final String
Start time for this Project.static final String
static final String
Unique identifier for the element.static final String
Parent project. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActualPropertySet
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addOwnedMilestones
(Element element, Element value) void
void
addPropertySet
(Element element, Element value) protected void
clear()
void
clearActualPropertySet
(Element element) void
clearConformsTo
(Element element) void
clearEndBoundaryType
(Element element) void
clearEndDate
(Element element) void
clearOwnedMilestones
(Element element) void
void
clearPropertySet
(Element element) void
clearStartBoundaryType
(Element element) void
clearStartDate
(Element element) void
void
clearWhole
(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.boolean
static boolean
isInstance
(Element element) void
removeActualPropertySet
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeOwnedMilestones
(Element element, Element value) void
removePart
(Element element, Element value) void
removePropertySet
(Element element, Element value) void
setActualPropertySet
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setEndBoundaryType
(Element element, Element value) void
setEndDate
(Element element, Element value) void
setOwnedMilestones
(Element element, Collection<? extends Element> value) void
setPart
(Element element, Collection<? extends Element> value) void
setPropertySet
(Element element, Collection<? extends Element> value) void
setStartBoundaryType
(Element element, Element value) void
setStartDate
(Element element, Element value) void
void
Methods 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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-