org.camunda.bpm.engine.impl.bpmn.parser
Class MessageDefinition
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
public class MessageDefinition
- extends Object
Implementation of the BPMN 2.0 'message'
- Author:
- Esteban Robles Luna
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
MessageDefinition
public MessageDefinition(String id,
String name)
getId
public String getId()
getName
public String getName()
setName
public void setName(String name)
Copyright © 2016 camunda services GmbH. All rights reserved.