Package com.nomagic.magicdraw.uaf
Class UAF.ChallengeStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ChallengeStereotype
- Enclosing class:
- UAF
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
Numerical identifier for tracking and sorting Motivational Elements.static final String
Selection of the enumerated kind for this element.static final String
static final String
Description of a Motivational Element.static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConformsTo
(Element element, Element value) protected void
clear()
void
clearConformsTo
(Element element) void
void
void
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
void
setKind
(Element element, UAF.ChallengeKindEnum value) void
void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
KIND
Selection of the enumerated kind for this element.- See Also:
-
ID
Numerical identifier for tracking and sorting Motivational Elements.- See Also:
-
TEXT
Description of a Motivational Element.- 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
-
ChallengeStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getKindProperty
-
getIdProperty
-
getTextProperty
-
getURIProperty
-
getConformsToProperty
-
setKind
-
clearKind
-
getKind
-
setId
-
clearId
-
getId
-
setText
-
clearText
-
getText
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
clear
protected void clear() -
is
-
isInstance
-