Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.ScrollBarPolicyEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.ScrollBarPolicyEnumeration
-
- Enclosing class:
- UIPrototypingProfile
private static class UIPrototypingProfile.ScrollBarPolicyEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralalwaysstatic java.lang.StringALWAYSstatic java.lang.StringAS_NEEDEDprivate EnumerationLiteralasneededprivate EnumerationLiteralneverstatic java.lang.StringNEVER
-
Constructor Summary
Constructors Modifier Constructor Description privateScrollBarPolicyEnumeration(UIPrototypingProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetAlwaysEnumerationLiteral()EnumerationLiteralgetAsneededEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetNeverEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
ALWAYS
public static final java.lang.String ALWAYS
- See Also:
- Constant Field Values
-
AS_NEEDED
public static final java.lang.String AS_NEEDED
- See Also:
- Constant Field Values
-
NEVER
public static final java.lang.String NEVER
- See Also:
- Constant Field Values
-
always
@CheckForNull private EnumerationLiteral always
-
asneeded
@CheckForNull private EnumerationLiteral asneeded
-
never
@CheckForNull private EnumerationLiteral never
-
-
Constructor Detail
-
ScrollBarPolicyEnumeration
private ScrollBarPolicyEnumeration(UIPrototypingProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getAlwaysEnumerationLiteral
@CheckForNull public EnumerationLiteral getAlwaysEnumerationLiteral()
-
getAsneededEnumerationLiteral
@CheckForNull public EnumerationLiteral getAsneededEnumerationLiteral()
-
getNeverEnumerationLiteral
@CheckForNull public EnumerationLiteral getNeverEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-