Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.RadioButtonStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.RadioButtonStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.RadioButtonStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearInactive(Element element) voidclearSelected(Element element) voidReturns stereotype for this wrapper.booleanChecks if stereotype of this wrapper is applied to given element.isInactive(Element element) static booleanisInstance(Element element) isSelected(Element element) voidsetInactive(Element element, Boolean value) voidsetSelected(Element element, Boolean value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
INACTIVE
- See Also:
-
SELECTED
- See Also:
-
TEXT
- See Also:
-
-
Constructor Details
-
RadioButtonStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getInactiveProperty
-
getSelectedProperty
-
getTextProperty
-
setInactive
-
clearInactive
-
isInactive
-
setSelected
-
clearSelected
-
isSelected
-
setText
-
clearText
-
getText
-
is
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-