Package com.nomagic.magicdraw.uaf
Class UAF.WholeLifeEnterpriseStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.WholeLifeEnterpriseStereotype
- Enclosing class:
- UAF
public static class UAF.WholeLifeEnterpriseStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
End time for all "actual" elements.static final String
Start time for all "actual" elements.static final String
Relates the ActualEnterprisePhase to the ActualEnduringTasks that are intended to be implemented during that phase.static final String
static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConformsTo
(Element element, Element value) void
addStatementTask
(Element element, Element value) void
clearConformsTo
(Element element) void
clearEndDate
(Element element) void
clearStartDate
(Element element) void
clearStatementTask
(Element element) void
getConformsTo
(Element element) getEndDate
(Element element) getStartDate
(Element element) getStatementTask
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeConformsTo
(Element element, Element value) void
removeStatementTask
(Element element, Element value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setEndDate
(Element element, Element value) void
setStartDate
(Element element, Element value) void
setStatementTask
(Element element, Collection<? extends Element> value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
STATEMENTTASK
Relates the ActualEnterprisePhase to the ActualEnduringTasks that are intended to be implemented during that phase.- 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:
-
ENDDATE
End time for all "actual" elements.- See Also:
-
STARTDATE
Start time for all "actual" elements.- See Also:
-
-
Constructor Details
-
WholeLifeEnterpriseStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getStatementTaskProperty
-
getURIProperty
-
getConformsToProperty
-
getEndDateProperty
-
getStartDateProperty
-
setStatementTask
-
clearStatementTask
-
addStatementTask
-
removeStatementTask
-
getStatementTask
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setEndDate
-
clearEndDate
-
getEndDate
-
setStartDate
-
clearStartDate
-
getStartDate
-
is
-
isInstance
-