Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.ProgressBarStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.ProgressBarStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.ProgressBarStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearMaximumValue
(Element element) void
clearMinimumValue
(Element element) void
clearValue
(Element element) void
clearVertical
(Element element) getMaximumValue
(Element element) getMinimumValue
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isVertical
(Element element) void
setMaximumValue
(Element element, Integer value) void
setMinimumValue
(Element element, Integer value) void
void
setVertical
(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
VALUE
- See Also:
-
VERTICAL
- See Also:
-
MAXIMUM_VALUE
- See Also:
-
MINIMUM_VALUE
- See Also:
-
-
Constructor Details
-
ProgressBarStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getValueProperty
-
getVerticalProperty
-
getMaximumValueProperty
-
getMinimumValueProperty
-
setValue
-
clearValue
-
getValue
-
setVertical
-
clearVertical
-
isVertical
-
setMaximumValue
-
clearMaximumValue
-
getMaximumValue
-
setMinimumValue
-
clearMinimumValue
-
getMinimumValue
-
clear
protected void clear() -
is
-
isInstance
-