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
FieldsModifier and TypeFieldDescriptionstatic final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringEnd time for all "actual" elements.static final StringStart time for all "actual" elements.static final StringRelates the ActualEnterprisePhase to the ActualEnduringTasks that are intended to be implemented during that phase.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) voidaddStatementTask(Element element, Element value) voidclearConformsTo(Element element) voidclearEndDate(Element element) voidclearStartDate(Element element) voidclearStatementTask(Element element) voidgetConformsTo(Element element) getEndDate(Element element) getStartDate(Element element) getStatementTask(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveConformsTo(Element element, Element value) voidremoveStatementTask(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetEndDate(Element element, Element value) voidsetStartDate(Element element, Element value) voidsetStatementTask(Element element, Collection<? extends Element> value) voidMethods 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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-