Package com.nomagic.magicdraw.uaf
Class UAF.VersionedElementStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.VersionedElementStereotype
- Enclosing class:
- UAF
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
static final String
Captures Unique identifier for the element.static final String
Relates a VersionedElement to the ActualProjectMilestone.static final String
Relates a VersionedElement to the ActualProjectMilestone. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConformsTo
(Element element, Element value) void
addVersionReleasedAtMilestone
(Element element, Element value) void
addVersionWithdrawnAtMilestone
(Element element, Element value) protected void
clear()
void
clearConformsTo
(Element element) void
void
clearVersionReleasedAtMilestone
(Element element) void
clearVersionWithdrawnAtMilestone
(Element element) getConformsTo
(Element element) Returns stereotype for this wrapper.getVersionReleasedAtMilestone
(Element element) getVersionWithdrawnAtMilestone
(Element element) boolean
static boolean
isInstance
(Element element) void
removeConformsTo
(Element element, Element value) void
removeVersionReleasedAtMilestone
(Element element, Element value) void
removeVersionWithdrawnAtMilestone
(Element element, Element value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
void
setVersionReleasedAtMilestone
(Element element, Collection<? extends Element> value) void
setVersionWithdrawnAtMilestone
(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:
-
VERSIONRELEASEDATMILESTONE
Relates a VersionedElement to the ActualProjectMilestone. It indicates the ActualProjectMilestone at which the VersionedElement is released.- See Also:
-
VERSIONWITHDRAWNATMILESTONE
Relates a VersionedElement to the ActualProjectMilestone. It indicates the ActualProjectMilestone at which the VersionedElement is withdrawn.- 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
-
VersionedElementStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getVersionReleasedAtMilestoneProperty
-
getVersionWithdrawnAtMilestoneProperty
-
getURIProperty
-
getConformsToProperty
-
setVersionReleasedAtMilestone
public void setVersionReleasedAtMilestone(Element element, @CheckForNull Collection<? extends Element> value) -
clearVersionReleasedAtMilestone
-
addVersionReleasedAtMilestone
-
removeVersionReleasedAtMilestone
-
getVersionReleasedAtMilestone
-
setVersionWithdrawnAtMilestone
public void setVersionWithdrawnAtMilestone(Element element, @CheckForNull Collection<? extends Element> value) -
clearVersionWithdrawnAtMilestone
-
addVersionWithdrawnAtMilestone
-
removeVersionWithdrawnAtMilestone
-
getVersionWithdrawnAtMilestone
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
clear
protected void clear() -
is
-
isInstance
-