org.camunda.bpm.model.dmn.impl
Class DmnModelConstants

java.lang.Object
  extended by org.camunda.bpm.model.dmn.impl.DmnModelConstants

public final class DmnModelConstants
extends Object


Field Summary
static String CAMUNDA_ATTRIBUTE_INPUT_VARIABLE
          camunda extensions
static String CAMUNDA_NS
          Camunda namespace
static String DMN_11_ALTERNATIVE_SCHEMA_LOCATION
          The location of the DMN 1.1 XML schema released with Camunda 7.4.0
static String DMN_11_SCHEMA_LOCATION
          The location of the DMN 1.1 XML schema.
static String DMN_ATTRIBUTE_AGGREGATION
          DMN attributes
static String DMN_ATTRIBUTE_ASSOCIATION_DIRECTION
           
static String DMN_ATTRIBUTE_EXPORTER
           
static String DMN_ATTRIBUTE_EXPORTER_VERSION
           
static String DMN_ATTRIBUTE_EXPRESSION_LANGUAGE
           
static String DMN_ATTRIBUTE_HIT_POLICY
           
static String DMN_ATTRIBUTE_HREF
           
static String DMN_ATTRIBUTE_ID
           
static String DMN_ATTRIBUTE_IMPORT_TYPE
           
static String DMN_ATTRIBUTE_IS_COLLECTION
           
static String DMN_ATTRIBUTE_LABEL
           
static String DMN_ATTRIBUTE_LOCATION_URI
           
static String DMN_ATTRIBUTE_NAME
           
static String DMN_ATTRIBUTE_NAMESPACE
           
static String DMN_ATTRIBUTE_OUTPUT_LABEL
           
static String DMN_ATTRIBUTE_PREFERRED_ORIENTATION
           
static String DMN_ATTRIBUTE_TEXT_FORMAT
           
static String DMN_ATTRIBUTE_TYPE_LANGUAGE
           
static String DMN_ATTRIBUTE_TYPE_REF
           
static String DMN_ATTRIBUTE_URI
           
static String DMN_ELEMENT
          DMN element
static String DMN_ELEMENT_ALLOWED_ANSWERS
           
static String DMN_ELEMENT_ALLOWED_VALUE
           
static String DMN_ELEMENT_ARTIFACT
           
static String DMN_ELEMENT_ASSOCIATION
           
static String DMN_ELEMENT_AUTHORITY_REQUIREMENT
           
static String DMN_ELEMENT_BINDING
           
static String DMN_ELEMENT_BUSINESS_CONTEXT_ELEMENT
           
static String DMN_ELEMENT_BUSINESS_KNOWLEDGE_MODEL
           
static String DMN_ELEMENT_COLUMN
           
static String DMN_ELEMENT_CONTEXT
           
static String DMN_ELEMENT_CONTEXT_ENTRY
           
static String DMN_ELEMENT_DECISION
           
static String DMN_ELEMENT_DECISION_MADE
           
static String DMN_ELEMENT_DECISION_MAKER
           
static String DMN_ELEMENT_DECISION_OWNED
           
static String DMN_ELEMENT_DECISION_OWNER
           
static String DMN_ELEMENT_DECISION_RULE
           
static String DMN_ELEMENT_DECISION_SERVICE
           
static String DMN_ELEMENT_DECISION_TABLE
           
static String DMN_ELEMENT_DEFAULT_OUTPUT_ENTRY
           
static String DMN_ELEMENT_DEFINITIONS
           
static String DMN_ELEMENT_DESCRIPTION
           
static String DMN_ELEMENT_DRG_ELEMENT
           
static String DMN_ELEMENT_DRG_ELEMENT_REFERENCE
           
static String DMN_ELEMENT_ELEMENT_COLLECTION
           
static String DMN_ELEMENT_ENCAPSULATED_DECISION_REFERENCE
           
static String DMN_ELEMENT_ENCAPSULATED_LOGIC
           
static String DMN_ELEMENT_EXPRESSION
           
static String DMN_ELEMENT_EXTENSION_ELEMENTS
           
static String DMN_ELEMENT_FORMAL_PARAMETER
           
static String DMN_ELEMENT_FUNCTION_DEFINITION
           
static String DMN_ELEMENT_IMPACTED_PERFORMANCE_INDICATOR
           
static String DMN_ELEMENT_IMPACTING_DECISION
           
static String DMN_ELEMENT_IMPORT
           
static String DMN_ELEMENT_IMPORTED_ELEMENT
           
static String DMN_ELEMENT_IMPORTED_VALUES
           
static String DMN_ELEMENT_INFORMATION_ITEM
           
static String DMN_ELEMENT_INFORMATION_REQUIREMENT
           
static String DMN_ELEMENT_INPUT
           
static String DMN_ELEMENT_INPUT_CLAUSE
           
static String DMN_ELEMENT_INPUT_DATA
           
static String DMN_ELEMENT_INPUT_DATA_REFERENCE
           
static String DMN_ELEMENT_INPUT_DECISION_REFERENCE
           
static String DMN_ELEMENT_INPUT_ENTRY
           
static String DMN_ELEMENT_INPUT_EXPRESSION
           
static String DMN_ELEMENT_INPUT_VALUES
           
static String DMN_ELEMENT_INVOCATION
           
static String DMN_ELEMENT_ITEM_COMPONENT
           
static String DMN_ELEMENT_ITEM_DEFINITION
           
static String DMN_ELEMENT_ITEM_DEFINITION_REFERENCE
           
static String DMN_ELEMENT_KNOWLEDGE_REQUIREMENT
           
static String DMN_ELEMENT_KNOWLEDGE_SOURCE
           
static String DMN_ELEMENT_LIST
           
static String DMN_ELEMENT_LITERAL_EXPRESSION
           
static String DMN_ELEMENT_NAMED_ELEMENT
           
static String DMN_ELEMENT_ORGANIZATION_UNIT
           
static String DMN_ELEMENT_OUTPUT
           
static String DMN_ELEMENT_OUTPUT_CLAUSE
           
static String DMN_ELEMENT_OUTPUT_DECISION_REFERENCE
           
static String DMN_ELEMENT_OUTPUT_ENTRY
           
static String DMN_ELEMENT_OUTPUT_VALUES
           
static String DMN_ELEMENT_OWNER
           
static String DMN_ELEMENT_PARAMETER
           
static String DMN_ELEMENT_PERFORMANCE_INDICATOR
           
static String DMN_ELEMENT_QUESTION
           
static String DMN_ELEMENT_REFERENCE
           
static String DMN_ELEMENT_RELATION
           
static String DMN_ELEMENT_REQUIRED_AUTHORITY
           
static String DMN_ELEMENT_REQUIRED_DECISION
           
static String DMN_ELEMENT_REQUIRED_INPUT
           
static String DMN_ELEMENT_REQUIRED_KNOWLEDGE
           
static String DMN_ELEMENT_ROW
           
static String DMN_ELEMENT_RULE
           
static String DMN_ELEMENT_SOURCE_REF
           
static String DMN_ELEMENT_SUPPORTED_OBJECT
           
static String DMN_ELEMENT_TARGET_REF
           
static String DMN_ELEMENT_TEXT
           
static String DMN_ELEMENT_TEXT_ANNOTATION
           
static String DMN_ELEMENT_TYPE
           
static String DMN_ELEMENT_TYPE_REF
           
static String DMN_ELEMENT_UNARY_TESTS
           
static String DMN_ELEMENT_USING_PROCESS
           
static String DMN_ELEMENT_USING_TASK
           
static String DMN_ELEMENT_VARIABLE
           
static String DMN11_ALTERNATIVE_NS
          The DMN 1.1 namespace URL release with Camunda 7.4.0
static String DMN11_NS
          The DMN 1.1 namespace
static String FEEL_NS
          The FEEL namespace
 
Constructor Summary
DmnModelConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DMN11_NS

public static final String DMN11_NS
The DMN 1.1 namespace

See Also:
Constant Field Values

DMN11_ALTERNATIVE_NS

public static final String DMN11_ALTERNATIVE_NS
The DMN 1.1 namespace URL release with Camunda 7.4.0

See Also:
Constant Field Values

DMN_11_SCHEMA_LOCATION

public static final String DMN_11_SCHEMA_LOCATION
The location of the DMN 1.1 XML schema.

See Also:
Constant Field Values

DMN_11_ALTERNATIVE_SCHEMA_LOCATION

public static final String DMN_11_ALTERNATIVE_SCHEMA_LOCATION
The location of the DMN 1.1 XML schema released with Camunda 7.4.0

See Also:
Constant Field Values

FEEL_NS

public static final String FEEL_NS
The FEEL namespace

See Also:
Constant Field Values

CAMUNDA_NS

public static final String CAMUNDA_NS
Camunda namespace

See Also:
Constant Field Values

DMN_ELEMENT

public static final String DMN_ELEMENT
DMN element

See Also:
Constant Field Values

DMN_ELEMENT_ALLOWED_ANSWERS

public static final String DMN_ELEMENT_ALLOWED_ANSWERS
See Also:
Constant Field Values

DMN_ELEMENT_ALLOWED_VALUE

public static final String DMN_ELEMENT_ALLOWED_VALUE
See Also:
Constant Field Values

DMN_ELEMENT_ARTIFACT

public static final String DMN_ELEMENT_ARTIFACT
See Also:
Constant Field Values

DMN_ELEMENT_ASSOCIATION

public static final String DMN_ELEMENT_ASSOCIATION
See Also:
Constant Field Values

DMN_ELEMENT_AUTHORITY_REQUIREMENT

public static final String DMN_ELEMENT_AUTHORITY_REQUIREMENT
See Also:
Constant Field Values

DMN_ELEMENT_BINDING

public static final String DMN_ELEMENT_BINDING
See Also:
Constant Field Values

DMN_ELEMENT_BUSINESS_CONTEXT_ELEMENT

public static final String DMN_ELEMENT_BUSINESS_CONTEXT_ELEMENT
See Also:
Constant Field Values

DMN_ELEMENT_BUSINESS_KNOWLEDGE_MODEL

public static final String DMN_ELEMENT_BUSINESS_KNOWLEDGE_MODEL
See Also:
Constant Field Values

DMN_ELEMENT_COLUMN

public static final String DMN_ELEMENT_COLUMN
See Also:
Constant Field Values

DMN_ELEMENT_CONTEXT

public static final String DMN_ELEMENT_CONTEXT
See Also:
Constant Field Values

DMN_ELEMENT_CONTEXT_ENTRY

public static final String DMN_ELEMENT_CONTEXT_ENTRY
See Also:
Constant Field Values

DMN_ELEMENT_DECISION

public static final String DMN_ELEMENT_DECISION
See Also:
Constant Field Values

DMN_ELEMENT_DECISION_MADE

public static final String DMN_ELEMENT_DECISION_MADE
See Also:
Constant Field Values

DMN_ELEMENT_DECISION_MAKER

public static final String DMN_ELEMENT_DECISION_MAKER
See Also:
Constant Field Values

DMN_ELEMENT_DECISION_OWNED

public static final String DMN_ELEMENT_DECISION_OWNED
See Also:
Constant Field Values

DMN_ELEMENT_DECISION_OWNER

public static final String DMN_ELEMENT_DECISION_OWNER
See Also:
Constant Field Values

DMN_ELEMENT_DECISION_RULE

public static final String DMN_ELEMENT_DECISION_RULE
See Also:
Constant Field Values

DMN_ELEMENT_DECISION_SERVICE

public static final String DMN_ELEMENT_DECISION_SERVICE
See Also:
Constant Field Values

DMN_ELEMENT_DECISION_TABLE

public static final String DMN_ELEMENT_DECISION_TABLE
See Also:
Constant Field Values

DMN_ELEMENT_DEFAULT_OUTPUT_ENTRY

public static final String DMN_ELEMENT_DEFAULT_OUTPUT_ENTRY
See Also:
Constant Field Values

DMN_ELEMENT_DEFINITIONS

public static final String DMN_ELEMENT_DEFINITIONS
See Also:
Constant Field Values

DMN_ELEMENT_DESCRIPTION

public static final String DMN_ELEMENT_DESCRIPTION
See Also:
Constant Field Values

DMN_ELEMENT_DRG_ELEMENT

public static final String DMN_ELEMENT_DRG_ELEMENT
See Also:
Constant Field Values

DMN_ELEMENT_DRG_ELEMENT_REFERENCE

public static final String DMN_ELEMENT_DRG_ELEMENT_REFERENCE
See Also:
Constant Field Values

DMN_ELEMENT_ELEMENT_COLLECTION

public static final String DMN_ELEMENT_ELEMENT_COLLECTION
See Also:
Constant Field Values

DMN_ELEMENT_ENCAPSULATED_DECISION_REFERENCE

public static final String DMN_ELEMENT_ENCAPSULATED_DECISION_REFERENCE
See Also:
Constant Field Values

DMN_ELEMENT_ENCAPSULATED_LOGIC

public static final String DMN_ELEMENT_ENCAPSULATED_LOGIC
See Also:
Constant Field Values

DMN_ELEMENT_EXPRESSION

public static final String DMN_ELEMENT_EXPRESSION
See Also:
Constant Field Values

DMN_ELEMENT_EXTENSION_ELEMENTS

public static final String DMN_ELEMENT_EXTENSION_ELEMENTS
See Also:
Constant Field Values

DMN_ELEMENT_FORMAL_PARAMETER

public static final String DMN_ELEMENT_FORMAL_PARAMETER
See Also:
Constant Field Values

DMN_ELEMENT_FUNCTION_DEFINITION

public static final String DMN_ELEMENT_FUNCTION_DEFINITION
See Also:
Constant Field Values

DMN_ELEMENT_IMPACTED_PERFORMANCE_INDICATOR

public static final String DMN_ELEMENT_IMPACTED_PERFORMANCE_INDICATOR
See Also:
Constant Field Values

DMN_ELEMENT_IMPACTING_DECISION

public static final String DMN_ELEMENT_IMPACTING_DECISION
See Also:
Constant Field Values

DMN_ELEMENT_IMPORT

public static final String DMN_ELEMENT_IMPORT
See Also:
Constant Field Values

DMN_ELEMENT_IMPORTED_ELEMENT

public static final String DMN_ELEMENT_IMPORTED_ELEMENT
See Also:
Constant Field Values

DMN_ELEMENT_IMPORTED_VALUES

public static final String DMN_ELEMENT_IMPORTED_VALUES
See Also:
Constant Field Values

DMN_ELEMENT_INFORMATION_ITEM

public static final String DMN_ELEMENT_INFORMATION_ITEM
See Also:
Constant Field Values

DMN_ELEMENT_INFORMATION_REQUIREMENT

public static final String DMN_ELEMENT_INFORMATION_REQUIREMENT
See Also:
Constant Field Values

DMN_ELEMENT_INPUT

public static final String DMN_ELEMENT_INPUT
See Also:
Constant Field Values

DMN_ELEMENT_INPUT_CLAUSE

public static final String DMN_ELEMENT_INPUT_CLAUSE
See Also:
Constant Field Values

DMN_ELEMENT_INPUT_DATA

public static final String DMN_ELEMENT_INPUT_DATA
See Also:
Constant Field Values

DMN_ELEMENT_INPUT_DATA_REFERENCE

public static final String DMN_ELEMENT_INPUT_DATA_REFERENCE
See Also:
Constant Field Values

DMN_ELEMENT_INPUT_DECISION_REFERENCE

public static final String DMN_ELEMENT_INPUT_DECISION_REFERENCE
See Also:
Constant Field Values

DMN_ELEMENT_INPUT_ENTRY

public static final String DMN_ELEMENT_INPUT_ENTRY
See Also:
Constant Field Values

DMN_ELEMENT_INPUT_EXPRESSION

public static final String DMN_ELEMENT_INPUT_EXPRESSION
See Also:
Constant Field Values

DMN_ELEMENT_INPUT_VALUES

public static final String DMN_ELEMENT_INPUT_VALUES
See Also:
Constant Field Values

DMN_ELEMENT_INVOCATION

public static final String DMN_ELEMENT_INVOCATION
See Also:
Constant Field Values

DMN_ELEMENT_ITEM_COMPONENT

public static final String DMN_ELEMENT_ITEM_COMPONENT
See Also:
Constant Field Values

DMN_ELEMENT_ITEM_DEFINITION

public static final String DMN_ELEMENT_ITEM_DEFINITION
See Also:
Constant Field Values

DMN_ELEMENT_ITEM_DEFINITION_REFERENCE

public static final String DMN_ELEMENT_ITEM_DEFINITION_REFERENCE
See Also:
Constant Field Values

DMN_ELEMENT_KNOWLEDGE_REQUIREMENT

public static final String DMN_ELEMENT_KNOWLEDGE_REQUIREMENT
See Also:
Constant Field Values

DMN_ELEMENT_KNOWLEDGE_SOURCE

public static final String DMN_ELEMENT_KNOWLEDGE_SOURCE
See Also:
Constant Field Values

DMN_ELEMENT_LIST

public static final String DMN_ELEMENT_LIST
See Also:
Constant Field Values

DMN_ELEMENT_LITERAL_EXPRESSION

public static final String DMN_ELEMENT_LITERAL_EXPRESSION
See Also:
Constant Field Values

DMN_ELEMENT_NAMED_ELEMENT

public static final String DMN_ELEMENT_NAMED_ELEMENT
See Also:
Constant Field Values

DMN_ELEMENT_ORGANIZATION_UNIT

public static final String DMN_ELEMENT_ORGANIZATION_UNIT
See Also:
Constant Field Values

DMN_ELEMENT_OUTPUT

public static final String DMN_ELEMENT_OUTPUT
See Also:
Constant Field Values

DMN_ELEMENT_OUTPUT_CLAUSE

public static final String DMN_ELEMENT_OUTPUT_CLAUSE
See Also:
Constant Field Values

DMN_ELEMENT_OUTPUT_DECISION_REFERENCE

public static final String DMN_ELEMENT_OUTPUT_DECISION_REFERENCE
See Also:
Constant Field Values

DMN_ELEMENT_OUTPUT_ENTRY

public static final String DMN_ELEMENT_OUTPUT_ENTRY
See Also:
Constant Field Values

DMN_ELEMENT_OUTPUT_VALUES

public static final String DMN_ELEMENT_OUTPUT_VALUES
See Also:
Constant Field Values

DMN_ELEMENT_OWNER

public static final String DMN_ELEMENT_OWNER
See Also:
Constant Field Values

DMN_ELEMENT_PARAMETER

public static final String DMN_ELEMENT_PARAMETER
See Also:
Constant Field Values

DMN_ELEMENT_PERFORMANCE_INDICATOR

public static final String DMN_ELEMENT_PERFORMANCE_INDICATOR
See Also:
Constant Field Values

DMN_ELEMENT_QUESTION

public static final String DMN_ELEMENT_QUESTION
See Also:
Constant Field Values

DMN_ELEMENT_REFERENCE

public static final String DMN_ELEMENT_REFERENCE
See Also:
Constant Field Values

DMN_ELEMENT_RELATION

public static final String DMN_ELEMENT_RELATION
See Also:
Constant Field Values

DMN_ELEMENT_REQUIRED_AUTHORITY

public static final String DMN_ELEMENT_REQUIRED_AUTHORITY
See Also:
Constant Field Values

DMN_ELEMENT_REQUIRED_DECISION

public static final String DMN_ELEMENT_REQUIRED_DECISION
See Also:
Constant Field Values

DMN_ELEMENT_REQUIRED_INPUT

public static final String DMN_ELEMENT_REQUIRED_INPUT
See Also:
Constant Field Values

DMN_ELEMENT_REQUIRED_KNOWLEDGE

public static final String DMN_ELEMENT_REQUIRED_KNOWLEDGE
See Also:
Constant Field Values

DMN_ELEMENT_ROW

public static final String DMN_ELEMENT_ROW
See Also:
Constant Field Values

DMN_ELEMENT_RULE

public static final String DMN_ELEMENT_RULE
See Also:
Constant Field Values

DMN_ELEMENT_SOURCE_REF

public static final String DMN_ELEMENT_SOURCE_REF
See Also:
Constant Field Values

DMN_ELEMENT_SUPPORTED_OBJECT

public static final String DMN_ELEMENT_SUPPORTED_OBJECT
See Also:
Constant Field Values

DMN_ELEMENT_TARGET_REF

public static final String DMN_ELEMENT_TARGET_REF
See Also:
Constant Field Values

DMN_ELEMENT_TEXT

public static final String DMN_ELEMENT_TEXT
See Also:
Constant Field Values

DMN_ELEMENT_TEXT_ANNOTATION

public static final String DMN_ELEMENT_TEXT_ANNOTATION
See Also:
Constant Field Values

DMN_ELEMENT_TYPE

public static final String DMN_ELEMENT_TYPE
See Also:
Constant Field Values

DMN_ELEMENT_TYPE_REF

public static final String DMN_ELEMENT_TYPE_REF
See Also:
Constant Field Values

DMN_ELEMENT_UNARY_TESTS

public static final String DMN_ELEMENT_UNARY_TESTS
See Also:
Constant Field Values

DMN_ELEMENT_USING_PROCESS

public static final String DMN_ELEMENT_USING_PROCESS
See Also:
Constant Field Values

DMN_ELEMENT_USING_TASK

public static final String DMN_ELEMENT_USING_TASK
See Also:
Constant Field Values

DMN_ELEMENT_VARIABLE

public static final String DMN_ELEMENT_VARIABLE
See Also:
Constant Field Values

DMN_ATTRIBUTE_AGGREGATION

public static final String DMN_ATTRIBUTE_AGGREGATION
DMN attributes

See Also:
Constant Field Values

DMN_ATTRIBUTE_ASSOCIATION_DIRECTION

public static final String DMN_ATTRIBUTE_ASSOCIATION_DIRECTION
See Also:
Constant Field Values

DMN_ATTRIBUTE_EXPRESSION_LANGUAGE

public static final String DMN_ATTRIBUTE_EXPRESSION_LANGUAGE
See Also:
Constant Field Values

DMN_ATTRIBUTE_EXPORTER

public static final String DMN_ATTRIBUTE_EXPORTER
See Also:
Constant Field Values

DMN_ATTRIBUTE_EXPORTER_VERSION

public static final String DMN_ATTRIBUTE_EXPORTER_VERSION
See Also:
Constant Field Values

DMN_ATTRIBUTE_HIT_POLICY

public static final String DMN_ATTRIBUTE_HIT_POLICY
See Also:
Constant Field Values

DMN_ATTRIBUTE_HREF

public static final String DMN_ATTRIBUTE_HREF
See Also:
Constant Field Values

DMN_ATTRIBUTE_ID

public static final String DMN_ATTRIBUTE_ID
See Also:
Constant Field Values

DMN_ATTRIBUTE_IMPORT_TYPE

public static final String DMN_ATTRIBUTE_IMPORT_TYPE
See Also:
Constant Field Values

DMN_ATTRIBUTE_IS_COLLECTION

public static final String DMN_ATTRIBUTE_IS_COLLECTION
See Also:
Constant Field Values

DMN_ATTRIBUTE_LABEL

public static final String DMN_ATTRIBUTE_LABEL
See Also:
Constant Field Values

DMN_ATTRIBUTE_LOCATION_URI

public static final String DMN_ATTRIBUTE_LOCATION_URI
See Also:
Constant Field Values

DMN_ATTRIBUTE_NAME

public static final String DMN_ATTRIBUTE_NAME
See Also:
Constant Field Values

DMN_ATTRIBUTE_NAMESPACE

public static final String DMN_ATTRIBUTE_NAMESPACE
See Also:
Constant Field Values

DMN_ATTRIBUTE_OUTPUT_LABEL

public static final String DMN_ATTRIBUTE_OUTPUT_LABEL
See Also:
Constant Field Values

DMN_ATTRIBUTE_PREFERRED_ORIENTATION

public static final String DMN_ATTRIBUTE_PREFERRED_ORIENTATION
See Also:
Constant Field Values

DMN_ATTRIBUTE_TEXT_FORMAT

public static final String DMN_ATTRIBUTE_TEXT_FORMAT
See Also:
Constant Field Values

DMN_ATTRIBUTE_TYPE_LANGUAGE

public static final String DMN_ATTRIBUTE_TYPE_LANGUAGE
See Also:
Constant Field Values

DMN_ATTRIBUTE_TYPE_REF

public static final String DMN_ATTRIBUTE_TYPE_REF
See Also:
Constant Field Values

DMN_ATTRIBUTE_URI

public static final String DMN_ATTRIBUTE_URI
See Also:
Constant Field Values

CAMUNDA_ATTRIBUTE_INPUT_VARIABLE

public static final String CAMUNDA_ATTRIBUTE_INPUT_VARIABLE
camunda extensions

See Also:
Constant Field Values
Constructor Detail

DmnModelConstants

public DmnModelConstants()


Copyright © 2016 camunda services GmbH. All rights reserved.