Package com.nomagic.magicdraw.uaf
Class UAF.OperationalExchangeItemStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.OperationalExchangeItemStereotype
- Enclosing class:
- UAF
public static class UAF.OperationalExchangeItemStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A collection of OperationalActivities that consume and/or produce the OperationalExchangeItem internally.static final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActivity
(Element element, Element value) void
addConformsTo
(Element element, Element value) protected void
clear()
void
clearActivity
(Element element) void
clearConformsTo
(Element element) void
getActivity
(Element element) getConformsTo
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeActivity
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
setActivity
(Element element, Collection<? extends 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:
-
ACTIVITY
A collection of OperationalActivities that consume and/or produce the OperationalExchangeItem internally.- 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
-
OperationalExchangeItemStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getActivityProperty
-
getURIProperty
-
getConformsToProperty
-
setActivity
-
clearActivity
-
addActivity
-
removeActivity
-
getActivity
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
clear
protected void clear() -
is
-
isInstance
-