Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.FlowDirectionKindEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.sysml.util.SysMLProfile.FlowDirectionKindEnumeration
-
- Enclosing class:
- SysMLProfile
private static class SysMLProfile.FlowDirectionKindEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteral
in
static java.lang.String
IN
private EnumerationLiteral
inout
static java.lang.String
INOUT
private EnumerationLiteral
out
static java.lang.String
OUT
-
Constructor Summary
Constructors Modifier Constructor Description private
FlowDirectionKindEnumeration(SysMLProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
Enumeration
getEnumeration()
EnumerationLiteral
getInEnumerationLiteral()
EnumerationLiteral
getInoutEnumerationLiteral()
EnumerationLiteral
getOutEnumerationLiteral()
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
IN
public static final java.lang.String IN
- See Also:
- Constant Field Values
-
OUT
public static final java.lang.String OUT
- See Also:
- Constant Field Values
-
INOUT
public static final java.lang.String INOUT
- See Also:
- Constant Field Values
-
in
@CheckForNull private EnumerationLiteral in
-
out
@CheckForNull private EnumerationLiteral out
-
inout
@CheckForNull private EnumerationLiteral inout
-
-
Constructor Detail
-
FlowDirectionKindEnumeration
private FlowDirectionKindEnumeration(SysMLProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getInEnumerationLiteral
@CheckForNull public EnumerationLiteral getInEnumerationLiteral()
-
getOutEnumerationLiteral
@CheckForNull public EnumerationLiteral getOutEnumerationLiteral()
-
getInoutEnumerationLiteral
@CheckForNull public EnumerationLiteral getInoutEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clear
in classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-