Package com.nomagic.magicdraw.uaf
Class UAF.ActualOrganizationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ActualOrganizationStereotype
- Enclosing class:
- UAF
public static class UAF.ActualOrganizationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates the ActualResource to the ActualStates of an environment or location describing its situationstatic final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringEnd time for all "actual" elements.static final StringRelates an ActualResource to the ActualProjectMilestones.static final StringStandards that were ratified by this ActualOrganization.static final StringService office code or symbolstatic final StringString providing a simplified means of identifying an ActualOrganization, i.e.static final StringRelates a Stakeholder to a Concern.static final StringStart time for all "actual" elements.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActualCondition(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddMilestone(Element element, Element value) voidaddRatifiedStandards(Element element, Element value) voidaddStakeholderConcern(Element element, Element value) protected voidclear()voidclearActualCondition(Element element) voidclearConformsTo(Element element) voidclearEndDate(Element element) voidclearMilestone(Element element) voidclearRatifiedStandards(Element element) voidclearServiceType(Element element) voidclearShortName(Element element) voidclearStakeholderConcern(Element element) voidclearStartDate(Element element) voidgetActualCondition(Element element) getConformsTo(Element element) getEndDate(Element element) getMilestone(Element element) getRatifiedStandards(Element element) getServiceType(Element element) getShortName(Element element) getStakeholderConcern(Element element) getStartDate(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActualCondition(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveMilestone(Element element, Element value) voidremoveRatifiedStandards(Element element, Element value) voidremoveStakeholderConcern(Element element, Element value) voidsetActualCondition(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetEndDate(Element element, Element value) voidsetMilestone(Element element, Collection<? extends Element> value) voidsetRatifiedStandards(Element element, Collection<? extends Element> value) voidsetServiceType(Element element, String value) voidsetShortName(Element element, String value) voidsetStakeholderConcern(Element element, Collection<? extends Element> value) voidsetStartDate(Element element, Element value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
RATIFIEDSTANDARDS
Standards that were ratified by this ActualOrganization.- See Also:
-
SERVICETYPE
Service office code or symbol- See Also:
-
SHORTNAME
String providing a simplified means of identifying an ActualOrganization, i.e. SoftWareGroup could use SWG as the shortName.- See Also:
-
STAKEHOLDERCONCERN
Relates a Stakeholder to a Concern.- 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:
-
ACTUALCONDITION
Relates the ActualResource to the ActualStates of an environment or location describing its situation- See Also:
-
MILESTONE
Relates an ActualResource to the ActualProjectMilestones. It is used to describe aspects of the lifecycle of an ActualResource.- See Also:
-
ENDDATE
End time for all "actual" elements.- See Also:
-
STARTDATE
Start time for all "actual" elements.- See Also:
-
-
Constructor Details
-
ActualOrganizationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getRatifiedStandardsProperty
-
getServiceTypeProperty
-
getShortNameProperty
-
getStakeholderConcernProperty
-
getURIProperty
-
getConformsToProperty
-
getActualConditionProperty
-
getMilestoneProperty
-
getEndDateProperty
-
getStartDateProperty
-
setRatifiedStandards
public void setRatifiedStandards(Element element, @CheckForNull Collection<? extends Element> value) -
clearRatifiedStandards
-
addRatifiedStandards
-
removeRatifiedStandards
-
getRatifiedStandards
-
setServiceType
-
clearServiceType
-
getServiceType
-
setShortName
-
clearShortName
-
getShortName
-
setStakeholderConcern
public void setStakeholderConcern(Element element, @CheckForNull Collection<? extends Element> value) -
clearStakeholderConcern
-
addStakeholderConcern
-
removeStakeholderConcern
-
getStakeholderConcern
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setActualCondition
-
clearActualCondition
-
addActualCondition
-
removeActualCondition
-
getActualCondition
-
setMilestone
-
clearMilestone
-
addMilestone
-
removeMilestone
-
getMilestone
-
setEndDate
-
clearEndDate
-
getEndDate
-
setStartDate
-
clearStartDate
-
getStartDate
-
clear
protected void clear() -
is
-
isInstance
-