Package com.nomagic.updm.utils
Class UPDMProfile.EnterprisePhaseStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.EnterprisePhaseStereotype
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.EnterprisePhaseStereotype
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
static final String
End time of boundary.static final String
The time and date at which the Phase ends.static final String
static final String
The Goal towards which this Phase is directed and is in support of.static final String
Types of measurements corresponding to the actual measurements.static final String
Start time of a boundary.static final String
The time and date at which the Phase starts.static final String
Collection of statement tasks.static final String
static final String
Unique identifier for the element.static final String
The Vision towards which this Phase is directed and is in support of. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActualPropertySet
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addDescribedBy
(Element element, Element value) void
addFulfills
(Element element, Element value) void
void
addPropertySet
(Element element, Element value) void
addStatementTasks
(Element element, Element value) protected void
clear()
void
clearActualPropertySet
(Element element) void
clearConformsTo
(Element element) void
clearDescribedBy
(Element element) void
clearEndBoundaryType
(Element element) void
clearEndDate
(Element element) void
clearFulfills
(Element element) void
clearGoals
(Element element) void
clearPropertySet
(Element element) void
clearStartBoundaryType
(Element element) void
clearStartDate
(Element element) void
clearStatementTasks
(Element element) void
void
clearVisions
(Element element) getActualPropertySet
(Element element) getConformsTo
(Element element) getDescribedBy
(Element element) getEndBoundaryType
(Element element) getEndDate
(Element element) getFulfills
(Element element) getPropertySet
(Element element) getStartBoundaryType
(Element element) getStartDate
(Element element) getStatementTasks
(Element element) Returns stereotype for this wrapper.getVisions
(Element element) boolean
static boolean
isInstance
(Element element) void
removeActualPropertySet
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeDescribedBy
(Element element, Element value) void
removeFulfills
(Element element, Element value) void
removeGoals
(Element element, Element value) void
removePropertySet
(Element element, Element value) void
removeStatementTasks
(Element element, Element value) void
setActualPropertySet
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setDescribedBy
(Element element, Collection<? extends Element> value) void
setEndBoundaryType
(Element element, Element value) void
setEndDate
(Element element, Element value) void
setFulfills
(Element element, Collection<? extends Element> value) void
setGoals
(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
setStatementTasks
(Element element, Collection<? extends Element> value) void
void
setVisions
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
DESCRIBEDBY
- See Also:
-
ENDDATE
The time and date at which the Phase ends.- See Also:
-
FULFILLS
- See Also:
-
GOALS
The Goal towards which this Phase is directed and is in support of.- See Also:
-
STARTDATE
The time and date at which the Phase starts.- See Also:
-
STATEMENTTASKS
Collection of statement tasks.- See Also:
-
VISIONS
The Vision towards which this Phase is directed and is in support of.- 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
-
EnterprisePhaseStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDescribedByProperty
-
getEndDateProperty
-
getFulfillsProperty
-
getGoalsProperty
-
getStartDateProperty
-
getStatementTasksProperty
-
getVisionsProperty
-
getURIProperty
-
getActualPropertySetProperty
-
getConformsToProperty
-
getEndBoundaryTypeProperty
-
getPropertySetProperty
-
getStartBoundaryTypeProperty
-
setDescribedBy
-
clearDescribedBy
-
addDescribedBy
-
removeDescribedBy
-
getDescribedBy
-
setEndDate
-
clearEndDate
-
getEndDate
-
setFulfills
-
clearFulfills
-
addFulfills
-
removeFulfills
-
getFulfills
-
setGoals
-
clearGoals
-
addGoals
-
removeGoals
-
getGoals
-
setStartDate
-
clearStartDate
-
getStartDate
-
setStatementTasks
-
clearStatementTasks
-
addStatementTasks
-
removeStatementTasks
-
getStatementTasks
-
setVisions
-
clearVisions
-
getVisions
-
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
-