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 EnumerationLiteralbothstatic java.lang.StringBOTHprivate EnumerationLiteralforwardstatic java.lang.StringFORWARDprivate EnumerationLiteralreversestatic java.lang.StringREVERSE
-
Constructor Summary
Constructors Modifier Constructor Description privateDirectionKindEnumeration(ModelTransformationProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetBothEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetForwardEnumerationLiteral()EnumerationLiteralgetReverseEnumerationLiteral()-
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:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-