Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.SliderStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.SliderStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.SliderStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
clear()
void
clearInactive
(Element element) void
clearInvert
(Element element) void
clearKnobPosition
(Element element) void
clearMaximumValue
(Element element) void
clearMinimumValue
(Element element) void
clearSpacing
(Element element) void
clearValues
(Element element) void
clearVertical
(Element element) getKnobPosition
(Element element) getMaximumValue
(Element element) getMinimumValue
(Element element) getSpacing
(Element element) Returns stereotype for this wrapper.boolean
isInactive
(Element element) static boolean
isInstance
(Element element) isVertical
(Element element) void
removeValues
(Element element, String value) void
setInactive
(Element element, Boolean value) void
void
setKnobPosition
(Element element, Integer value) void
setMaximumValue
(Element element, Integer value) void
setMinimumValue
(Element element, Integer value) void
setSpacing
(Element element, Integer value) void
setValues
(Element element, Collection<String> value) 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:
-
KNOB_POSITION
- See Also:
-
SPACING
- See Also:
-
VALUES
- See Also:
-
INVERT
- See Also:
-
INACTIVE
- See Also:
-
VERTICAL
- See Also:
-
MINIMUM_VALUE
- See Also:
-
MAXIMUM_VALUE
- See Also:
-
-
Constructor Details
-
SliderStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getKnobPositionProperty
-
getSpacingProperty
-
getValuesProperty
-
getInvertProperty
-
getInactiveProperty
-
getVerticalProperty
-
getMinimumValueProperty
-
getMaximumValueProperty
-
setKnobPosition
-
clearKnobPosition
-
getKnobPosition
-
setSpacing
-
clearSpacing
-
getSpacing
-
setValues
-
clearValues
-
addValues
-
removeValues
-
getValues
-
setInvert
-
clearInvert
-
isInvert
-
setInactive
-
clearInactive
-
isInactive
-
setVertical
-
clearVertical
-
isVertical
-
setMinimumValue
-
clearMinimumValue
-
getMinimumValue
-
setMaximumValue
-
clearMaximumValue
-
getMaximumValue
-
clear
protected void clear() -
is
-
isInstance
-