Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.PasswordFieldStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.PasswordFieldStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.PasswordFieldStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearHidden
(Element element) void
clearInactive
(Element element) void
Returns stereotype for this wrapper.boolean
isInactive
(Element element) static boolean
isInstance
(Element element) void
void
setInactive
(Element element, Boolean value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
HIDDEN
- See Also:
-
INACTIVE
- See Also:
-
TEXT
- See Also:
-
-
Constructor Details
-
PasswordFieldStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getHiddenProperty
-
getInactiveProperty
-
getTextProperty
-
setHidden
-
clearHidden
-
isHidden
-
setInactive
-
clearInactive
-
isInactive
-
setText
-
clearText
-
getText
-
clear
protected void clear() -
is
-
isInstance
-