![JAR search and dependency download from the Maven repository](/logo.png)
org.openbpmn.bpmn.BPMNNS Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of open-bpmn.metamodel Show documentation
Show all versions of open-bpmn.metamodel Show documentation
The Open BPMN Metamodel Project
package org.openbpmn.bpmn;
/**
* Defines the valid BPMN namespaces.
*
* NOTE: The primary namespace can be either 'bpmn2' or 'bpmn' ! But 'bpmn2' is
* the default.
*
* @author rsoika
*/
public enum BPMNNS {
BPMN2, // default
BPMNDI, //
DC, //
DI;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy