Class BPMN2Profile.ImplementationEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ImplementationEnumeration
-
- Enclosing class:
- BPMN2Profile
private static class BPMN2Profile.ImplementationEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralotherstatic java.lang.StringOTHERprivate EnumerationLiteralunspecifiedstatic java.lang.StringUNSPECIFIEDstatic java.lang.StringWEB_SERVICEprivate EnumerationLiteralwebService
-
Constructor Summary
Constructors Modifier Constructor Description privateImplementationEnumeration(BPMN2Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationgetEnumeration()EnumerationLiteralgetOtherEnumerationLiteral()EnumerationLiteralgetUnspecifiedEnumerationLiteral()EnumerationLiteralgetWebServiceEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
WEB_SERVICE
public static final java.lang.String WEB_SERVICE
- See Also:
- Constant Field Values
-
OTHER
public static final java.lang.String OTHER
- See Also:
- Constant Field Values
-
UNSPECIFIED
public static final java.lang.String UNSPECIFIED
- See Also:
- Constant Field Values
-
webService
@CheckForNull private EnumerationLiteral webService
-
other
@CheckForNull private EnumerationLiteral other
-
unspecified
@CheckForNull private EnumerationLiteral unspecified
-
-
Constructor Detail
-
ImplementationEnumeration
private ImplementationEnumeration(BPMN2Profile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getWebServiceEnumerationLiteral
@CheckForNull public EnumerationLiteral getWebServiceEnumerationLiteral()
-
getOtherEnumerationLiteral
@CheckForNull public EnumerationLiteral getOtherEnumerationLiteral()
-
getUnspecifiedEnumerationLiteral
@CheckForNull public EnumerationLiteral getUnspecifiedEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-