Class BPMN2Profile.GatewayDirectionEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.GatewayDirectionEnumeration
-
- Enclosing class:
- BPMN2Profile
private static class BPMN2Profile.GatewayDirectionEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralconvergingstatic java.lang.StringCONVERGINGprivate EnumerationLiteraldivergingstatic java.lang.StringDIVERGINGprivate EnumerationLiteralmixedstatic java.lang.StringMIXEDprivate EnumerationLiteralunspecifiedstatic java.lang.StringUNSPECIFIED
-
Constructor Summary
Constructors Modifier Constructor Description privateGatewayDirectionEnumeration(BPMN2Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetConvergingEnumerationLiteral()EnumerationLiteralgetDivergingEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetMixedEnumerationLiteral()EnumerationLiteralgetUnspecifiedEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
UNSPECIFIED
public static final java.lang.String UNSPECIFIED
- See Also:
- Constant Field Values
-
CONVERGING
public static final java.lang.String CONVERGING
- See Also:
- Constant Field Values
-
DIVERGING
public static final java.lang.String DIVERGING
- See Also:
- Constant Field Values
-
MIXED
public static final java.lang.String MIXED
- See Also:
- Constant Field Values
-
unspecified
@CheckForNull private EnumerationLiteral unspecified
-
converging
@CheckForNull private EnumerationLiteral converging
-
diverging
@CheckForNull private EnumerationLiteral diverging
-
mixed
@CheckForNull private EnumerationLiteral mixed
-
-
Constructor Detail
-
GatewayDirectionEnumeration
private GatewayDirectionEnumeration(BPMN2Profile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getUnspecifiedEnumerationLiteral
@CheckForNull public EnumerationLiteral getUnspecifiedEnumerationLiteral()
-
getConvergingEnumerationLiteral
@CheckForNull public EnumerationLiteral getConvergingEnumerationLiteral()
-
getDivergingEnumerationLiteral
@CheckForNull public EnumerationLiteral getDivergingEnumerationLiteral()
-
getMixedEnumerationLiteral
@CheckForNull public EnumerationLiteral getMixedEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-