Class BPMN2Profile.ProcessTypeEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ProcessTypeEnumeration
-
- Enclosing class:
- BPMN2Profile
private static class BPMN2Profile.ProcessTypeEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteral_publicprivate EnumerationLiteralexecutablestatic java.lang.StringEXECUTABLEstatic java.lang.StringNON_EXECUTABLEprivate EnumerationLiteralnonestatic java.lang.StringNONEprivate EnumerationLiteralnonexecutablestatic java.lang.StringPUBLIC
-
Constructor Summary
Constructors Modifier Constructor Description privateProcessTypeEnumeration(BPMN2Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationgetEnumeration()EnumerationLiteralgetExecutableEnumerationLiteral()EnumerationLiteralgetNoneEnumerationLiteral()EnumerationLiteralgetNonexecutableEnumerationLiteral()EnumerationLiteralgetPublicEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
NONE
public static final java.lang.String NONE
- See Also:
- Constant Field Values
-
PUBLIC
public static final java.lang.String PUBLIC
- See Also:
- Constant Field Values
-
NON_EXECUTABLE
public static final java.lang.String NON_EXECUTABLE
- See Also:
- Constant Field Values
-
EXECUTABLE
public static final java.lang.String EXECUTABLE
- See Also:
- Constant Field Values
-
none
@CheckForNull private EnumerationLiteral none
-
_public
@CheckForNull private EnumerationLiteral _public
-
nonexecutable
@CheckForNull private EnumerationLiteral nonexecutable
-
executable
@CheckForNull private EnumerationLiteral executable
-
-
Constructor Detail
-
ProcessTypeEnumeration
private ProcessTypeEnumeration(BPMN2Profile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getNoneEnumerationLiteral
@CheckForNull public EnumerationLiteral getNoneEnumerationLiteral()
-
getPublicEnumerationLiteral
@CheckForNull public EnumerationLiteral getPublicEnumerationLiteral()
-
getNonexecutableEnumerationLiteral
@CheckForNull public EnumerationLiteral getNonexecutableEnumerationLiteral()
-
getExecutableEnumerationLiteral
@CheckForNull public EnumerationLiteral getExecutableEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-