Class BPMN2Profile.BusinessRuleImplementationEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.BusinessRuleImplementationEnumeration
-
- Enclosing class:
- BPMN2Profile
private static class BPMN2Profile.BusinessRuleImplementationEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralbusinessRuleWebServicestatic java.lang.StringBUSINESSRULEWEBSERVICEprivate EnumerationLiteralotherstatic java.lang.StringOTHERprivate EnumerationLiteralunspecifiedstatic java.lang.StringUNSPECIFIEDprivate EnumerationLiteralwebServicestatic java.lang.StringWEBSERVICE
-
Constructor Summary
Constructors Modifier Constructor Description privateBusinessRuleImplementationEnumeration(BPMN2Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetBusinessRuleWebServiceEnumerationLiteral()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
-
BUSINESSRULEWEBSERVICE
public static final java.lang.String BUSINESSRULEWEBSERVICE
- See Also:
- Constant Field Values
-
WEBSERVICE
public static final java.lang.String WEBSERVICE
- 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
-
businessRuleWebService
@CheckForNull private EnumerationLiteral businessRuleWebService
-
webService
@CheckForNull private EnumerationLiteral webService
-
other
@CheckForNull private EnumerationLiteral other
-
unspecified
@CheckForNull private EnumerationLiteral unspecified
-
-
Constructor Detail
-
BusinessRuleImplementationEnumeration
private BusinessRuleImplementationEnumeration(BPMN2Profile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getBusinessRuleWebServiceEnumerationLiteral
@CheckForNull public EnumerationLiteral getBusinessRuleWebServiceEnumerationLiteral()
-
getWebServiceEnumerationLiteral
@CheckForNull public EnumerationLiteral getWebServiceEnumerationLiteral()
-
getOtherEnumerationLiteral
@CheckForNull public EnumerationLiteral getOtherEnumerationLiteral()
-
getUnspecifiedEnumerationLiteral
@CheckForNull public EnumerationLiteral getUnspecifiedEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-