Class ModelTransformationProfile.DirectionKindEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.modeltransformations.ModelTransformationProfile.DirectionKindEnumeration
-
- Enclosing class:
- ModelTransformationProfile
private static class ModelTransformationProfile.DirectionKindEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteral
both
static java.lang.String
BOTH
private EnumerationLiteral
forward
static java.lang.String
FORWARD
private EnumerationLiteral
reverse
static java.lang.String
REVERSE
-
Constructor Summary
Constructors Modifier Constructor Description private
DirectionKindEnumeration​(ModelTransformationProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
EnumerationLiteral
getBothEnumerationLiteral()
Enumeration
getEnumeration()
EnumerationLiteral
getForwardEnumerationLiteral()
EnumerationLiteral
getReverseEnumerationLiteral()
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
BOTH
public static final java.lang.String BOTH
- See Also:
- Constant Field Values
-
FORWARD
public static final java.lang.String FORWARD
- See Also:
- Constant Field Values
-
REVERSE
public static final java.lang.String REVERSE
- See Also:
- Constant Field Values
-
both
@CheckForNull private EnumerationLiteral both
-
forward
@CheckForNull private EnumerationLiteral forward
-
reverse
@CheckForNull private EnumerationLiteral reverse
-
-
Constructor Detail
-
DirectionKindEnumeration
private DirectionKindEnumeration​(ModelTransformationProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getBothEnumerationLiteral
@CheckForNull public EnumerationLiteral getBothEnumerationLiteral()
-
getForwardEnumerationLiteral
@CheckForNull public EnumerationLiteral getForwardEnumerationLiteral()
-
getReverseEnumerationLiteral
@CheckForNull public EnumerationLiteral getReverseEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clear
in classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-