Package com.nomagic.magicdraw.uaf
Class UAF.ActualProjectMilestoneStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ActualProjectMilestoneStereotype
- Enclosing class:
- UAF
public static class UAF.ActualProjectMilestoneStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates an ActualProjectMilestone to the ActualResources that are affected by the milestone.static final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
End time for this ActualProjectMilestone.static final String
Enumerated value describing the kind of ActualProjectMilestone.static final String
Start time for all "actual" elements.static final String
static final String
Captures Unique identifier for the element.static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActualResource
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addVersionReleased
(Element element, Element value) void
addVersionWithdrawn
(Element element, Element value) protected void
clear()
void
clearActualResource
(Element element) void
clearConformsTo
(Element element) void
clearEndDate
(Element element) void
void
clearStartDate
(Element element) void
void
clearVersionReleased
(Element element) void
clearVersionWithdrawn
(Element element) getActualResource
(Element element) getConformsTo
(Element element) getEndDate
(Element element) getStartDate
(Element element) Returns stereotype for this wrapper.getVersionReleased
(Element element) getVersionWithdrawn
(Element element) boolean
static boolean
isInstance
(Element element) void
removeActualResource
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeVersionReleased
(Element element, Element value) void
removeVersionWithdrawn
(Element element, Element value) void
setActualResource
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setEndDate
(Element element, Element value) void
setKind
(Element element, UAF.ActualMilestoneKindEnum value) void
setStartDate
(Element element, Element value) void
void
setVersionReleased
(Element element, Collection<? extends Element> value) void
setVersionWithdrawn
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ACTUALRESOURCE
Relates an ActualProjectMilestone to the ActualResources that are affected by the milestone. It is used to describe aspects of the lifecycle of an ActualResource.- See Also:
-
ENDDATE
End time for this ActualProjectMilestone.- See Also:
-
KIND
Enumerated value describing the kind of ActualProjectMilestone.- See Also:
-
VERSIONRELEASED
- See Also:
-
VERSIONWITHDRAWN
- See Also:
-
STARTDATE
Start time for all "actual" elements.- See Also:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
-
Constructor Details
-
ActualProjectMilestoneStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getActualResourceProperty
-
getEndDateProperty
-
getKindProperty
-
getVersionReleasedProperty
-
getVersionWithdrawnProperty
-
getStartDateProperty
-
getURIProperty
-
getConformsToProperty
-
setActualResource
-
clearActualResource
-
addActualResource
-
removeActualResource
-
getActualResource
-
setEndDate
-
clearEndDate
-
getEndDate
-
setKind
-
clearKind
-
getKind
-
setVersionReleased
-
clearVersionReleased
-
addVersionReleased
-
removeVersionReleased
-
getVersionReleased
-
setVersionWithdrawn
-
clearVersionWithdrawn
-
addVersionWithdrawn
-
removeVersionWithdrawn
-
getVersionWithdrawn
-
setStartDate
-
clearStartDate
-
getStartDate
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
clear
protected void clear() -
is
-
isInstance
-