All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openbpmn.bpmn.BPMNNS Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
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