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 EnumerationLiteral
businessRuleWebService
static java.lang.String
BUSINESSRULEWEBSERVICE
private EnumerationLiteral
other
static java.lang.String
OTHER
private EnumerationLiteral
unspecified
static java.lang.String
UNSPECIFIED
private EnumerationLiteral
webService
static java.lang.String
WEBSERVICE
-
Constructor Summary
Constructors Modifier Constructor Description private
BusinessRuleImplementationEnumeration​(BPMN2Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
EnumerationLiteral
getBusinessRuleWebServiceEnumerationLiteral()
Enumeration
getEnumeration()
EnumerationLiteral
getOtherEnumerationLiteral()
EnumerationLiteral
getUnspecifiedEnumerationLiteral()
EnumerationLiteral
getWebServiceEnumerationLiteral()
-
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:
clear
in classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-