Package com.nomagic.updm.utils
Class UPDMProfile.WholeLifeEnterpriseStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.updm.utils.UPDMProfile.WholeLifeEnterpriseStereotype
-
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.WholeLifeEnterpriseStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTUALPROPERTYSET
The actual measurements to which the element must conform.static java.lang.String
CONFORMSTO
Standard that this UPDM element is conforming to.static java.lang.String
DESCRIBEDBY
static java.lang.String
ENDBOUNDARYTYPE
End time of boundary.static java.lang.String
ENDDATE
The time and date at which the Phase ends.static java.lang.String
FULFILLS
static java.lang.String
GOALS
The Goal towards which this Phase is directed and is in support of.static java.lang.String
PROPERTYSET
Types of measurements corresponding to the actual measurements.static java.lang.String
STARTBOUNDARYTYPE
Start time of a boundary.static java.lang.String
STARTDATE
The time and date at which the Phase starts.static java.lang.String
STATEMENTTASKS
Collection of statement tasks.static java.lang.String
STEREOTYPE_NAME
static java.lang.String
URI
Unique identifier for the element.static java.lang.String
VISIONS
The Vision towards which this Phase is directed and is in support of.
-
Constructor Summary
Constructors Modifier Constructor Description protected
WholeLifeEnterpriseStereotype(UPDMProfile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
DESCRIBEDBY
public static final java.lang.String DESCRIBEDBY
- See Also:
- Constant Field Values
-
ENDDATE
public static final java.lang.String ENDDATE
The time and date at which the Phase ends.- See Also:
- Constant Field Values
-
FULFILLS
public static final java.lang.String FULFILLS
- See Also:
- Constant Field Values
-
GOALS
public static final java.lang.String GOALS
The Goal towards which this Phase is directed and is in support of.- See Also:
- Constant Field Values
-
STARTDATE
public static final java.lang.String STARTDATE
The time and date at which the Phase starts.- See Also:
- Constant Field Values
-
STATEMENTTASKS
public static final java.lang.String STATEMENTTASKS
Collection of statement tasks.- See Also:
- Constant Field Values
-
VISIONS
public static final java.lang.String VISIONS
The Vision towards which this Phase is directed and is in support of.- See Also:
- Constant Field Values
-
URI
public static final java.lang.String URI
Unique identifier for the element.- See Also:
- Constant Field Values
-
ACTUALPROPERTYSET
public static final java.lang.String ACTUALPROPERTYSET
The actual measurements to which the element must conform.- See Also:
- Constant Field Values
-
CONFORMSTO
public static final java.lang.String CONFORMSTO
Standard that this UPDM element is conforming to.- See Also:
- Constant Field Values
-
ENDBOUNDARYTYPE
public static final java.lang.String ENDBOUNDARYTYPE
End time of boundary.- See Also:
- Constant Field Values
-
PROPERTYSET
public static final java.lang.String PROPERTYSET
Types of measurements corresponding to the actual measurements.- See Also:
- Constant Field Values
-
STARTBOUNDARYTYPE
public static final java.lang.String STARTBOUNDARYTYPE
Start time of a boundary.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WholeLifeEnterpriseStereotype
protected WholeLifeEnterpriseStereotype(UPDMProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDescribedByProperty
@CheckForNull public Property getDescribedByProperty()
-
getEndDateProperty
@CheckForNull public Property getEndDateProperty()
-
getFulfillsProperty
@CheckForNull public Property getFulfillsProperty()
-
getGoalsProperty
@CheckForNull public Property getGoalsProperty()
-
getStartDateProperty
@CheckForNull public Property getStartDateProperty()
-
getStatementTasksProperty
@CheckForNull public Property getStatementTasksProperty()
-
getVisionsProperty
@CheckForNull public Property getVisionsProperty()
-
getURIProperty
@CheckForNull public Property getURIProperty()
-
getActualPropertySetProperty
@CheckForNull public Property getActualPropertySetProperty()
-
getConformsToProperty
@CheckForNull public Property getConformsToProperty()
-
getEndBoundaryTypeProperty
@CheckForNull public Property getEndBoundaryTypeProperty()
-
getPropertySetProperty
@CheckForNull public Property getPropertySetProperty()
-
getStartBoundaryTypeProperty
@CheckForNull public Property getStartBoundaryTypeProperty()
-
setDescribedBy
public void setDescribedBy(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearDescribedBy
public void clearDescribedBy(Element element)
-
clearEndDate
public void clearEndDate(Element element)
-
setFulfills
public void setFulfills(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearFulfills
public void clearFulfills(Element element)
-
setGoals
public void setGoals(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearGoals
public void clearGoals(Element element)
-
clearStartDate
public void clearStartDate(Element element)
-
setStatementTasks
public void setStatementTasks(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearStatementTasks
public void clearStatementTasks(Element element)
-
clearVisions
public void clearVisions(Element element)
-
setURI
public void setURI(Element element, @CheckForNull java.lang.String value)
-
clearURI
public void clearURI(Element element)
-
getURI
@CheckForNull public java.lang.String getURI(Element element)
-
setActualPropertySet
public void setActualPropertySet(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearActualPropertySet
public void clearActualPropertySet(Element element)
-
setConformsTo
public void setConformsTo(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearConformsTo
public void clearConformsTo(Element element)
-
clearEndBoundaryType
public void clearEndBoundaryType(Element element)
-
setPropertySet
public void setPropertySet(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearPropertySet
public void clearPropertySet(Element element)
-
setStartBoundaryType
public void setStartBoundaryType(Element element, @CheckForNull Element value)
-
clearStartBoundaryType
public void clearStartBoundaryType(Element element)
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-