Class BPMN2Profile.GatewayNotationEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.GatewayNotationEnumeration
-
- Enclosing class:
- BPMN2Profile
private static class BPMN2Profile.GatewayNotationEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringWITH_MARKERprivate EnumerationLiteralwithMarkerstatic java.lang.StringWITHOUT_MARKERprivate EnumerationLiteralwithoutMarker
-
Constructor Summary
Constructors Modifier Constructor Description privateGatewayNotationEnumeration(BPMN2Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationgetEnumeration()EnumerationLiteralgetWithMarkerEnumerationLiteral()EnumerationLiteralgetWithoutMarkerEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
WITHOUT_MARKER
public static final java.lang.String WITHOUT_MARKER
- See Also:
- Constant Field Values
-
WITH_MARKER
public static final java.lang.String WITH_MARKER
- See Also:
- Constant Field Values
-
withoutMarker
@CheckForNull private EnumerationLiteral withoutMarker
-
withMarker
@CheckForNull private EnumerationLiteral withMarker
-
-
Constructor Detail
-
GatewayNotationEnumeration
private GatewayNotationEnumeration(BPMN2Profile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getWithoutMarkerEnumerationLiteral
@CheckForNull public EnumerationLiteral getWithoutMarkerEnumerationLiteral()
-
getWithMarkerEnumerationLiteral
@CheckForNull public EnumerationLiteral getWithMarkerEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-