Package com.nomagic.magicdraw.uaf
Class UAF.ProjectStatusStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ProjectStatusStereotype
- Enclosing class:
- UAF
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConformsTo
(Element element, Element value) void
clearConformsTo
(Element element) void
getConformsTo
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeConformsTo
(Element element, Element value) void
setConformsTo
(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:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
-
Constructor Details
-
ProjectStatusStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getURIProperty
-
getConformsToProperty
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
is
-
isInstance
-