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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearMaximumValue(Element element) voidclearMinimumValue(Element element) voidclearValue(Element element) voidclearVertical(Element element) getMaximumValue(Element element) getMinimumValue(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) isVertical(Element element) voidsetMaximumValue(Element element, Integer value) voidsetMinimumValue(Element element, Integer value) voidvoidsetVertical(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-