Package com.nomagic.magicdraw.uaf
Class UAF.DriverStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.DriverStereotype
- Enclosing class:
- UAF
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringNumerical identifier for tracking and sorting Motivational Elements.static final StringSelection of the enumerated kind for this element.static final Stringstatic final StringDescription of a Motivational Element.static final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) protected voidclear()voidclearConformsTo(Element element) voidvoidvoidvoidgetConformsTo(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveConformsTo(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidvoidsetKind(Element element, UAF.DriverKindEnum value) voidvoidMethods 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
-
DriverStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-