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 EnumerationLiteral
disable
static java.lang.String
DISABLE
private EnumerationLiteral
enable
static java.lang.String
ENABLE
-
Constructor Summary
Constructors Modifier Constructor Description private
ControlValueKindEnumeration(SysMLProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
EnumerationLiteral
getDisableEnumerationLiteral()
EnumerationLiteral
getEnableEnumerationLiteral()
Enumeration
getEnumeration()
-
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:
clear
in classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-