Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.ControlValueKindEnumeration
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
 - 
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
 - 
- com.nomagic.magicdraw.sysml.util.SysMLProfile.ControlValueKindEnumeration
 
 
 
 
- 
- Enclosing class:
 - SysMLProfile
 
private static class SysMLProfile.ControlValueKindEnumeration extends ProfileImplementation.EnumerationWrapper
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteraldisablestatic java.lang.StringDISABLEprivate EnumerationLiteralenablestatic java.lang.StringENABLE 
- 
Constructor Summary
Constructors Modifier Constructor Description privateControlValueKindEnumeration(SysMLProfile profile) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetDisableEnumerationLiteral()EnumerationLiteralgetEnableEnumerationLiteral()EnumerationgetEnumeration()- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName 
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
DISABLE
public static final java.lang.String DISABLE
- See Also:
 - Constant Field Values
 
 
- 
ENABLE
public static final java.lang.String ENABLE
- See Also:
 - Constant Field Values
 
 
- 
disable
@CheckForNull private EnumerationLiteral disable
 
- 
enable
@CheckForNull private EnumerationLiteral enable
 
 - 
 
- 
Constructor Detail
- 
ControlValueKindEnumeration
private ControlValueKindEnumeration(SysMLProfile profile)
 
 - 
 
- 
Method Detail
- 
getEnumeration
@CheckForNull public Enumeration getEnumeration()
 
- 
getDisableEnumerationLiteral
@CheckForNull public EnumerationLiteral getDisableEnumerationLiteral()
 
- 
getEnableEnumerationLiteral
@CheckForNull public EnumerationLiteral getEnableEnumerationLiteral()
 
- 
clear
protected void clear()
- Overrides:
 clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
 
 - 
 
 -