Package com.nomagic.uml2
Class MagicDrawProfile.NumberPartStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.NumberPartStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.NumberPartStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearExpression
(Element element) void
clearInitialValue
(Element element) void
clearSequence
(Element element) getExpression
(Element element) getInitialValue
(Element element) getSequence
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setExpression
(Element element, String value) void
setInitialValue
(Element element, String value) void
setSequence
(Element element, MagicDrawProfile.SequenceTypeEnum value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
EXPRESSION
- See Also:
-
INITIALVALUE
- See Also:
-
SEQUENCE
- See Also:
-
-
Constructor Details
-
NumberPartStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getExpressionProperty
-
getInitialValueProperty
-
getSequenceProperty
-
setExpression
-
clearExpression
-
getExpression
-
setInitialValue
-
clearInitialValue
-
getInitialValue
-
setSequence
-
clearSequence
-
getSequence
-
clear
protected void clear() -
is
-
isInstance
-