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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidclear()voidclearInactive(Element element) voidclearInvert(Element element) voidclearKnobPosition(Element element) voidclearMaximumValue(Element element) voidclearMinimumValue(Element element) voidclearSpacing(Element element) voidclearValues(Element element) voidclearVertical(Element element) getKnobPosition(Element element) getMaximumValue(Element element) getMinimumValue(Element element) getSpacing(Element element) Returns stereotype for this wrapper.booleanisInactive(Element element) static booleanisInstance(Element element) isVertical(Element element) voidremoveValues(Element element, String value) voidsetInactive(Element element, Boolean value) voidvoidsetKnobPosition(Element element, Integer value) voidsetMaximumValue(Element element, Integer value) voidsetMinimumValue(Element element, Integer value) voidsetSpacing(Element element, Integer value) voidsetValues(Element element, Collection<String> value) voidsetVertical(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-