Class CmmnVariableOnPartDeclaration
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmmn.model.CmmnVariableOnPartDeclaration
-
- All Implemented Interfaces:
Serializable
public class CmmnVariableOnPartDeclaration extends Object implements Serializable
- Author:
- Deivarayan Azhagappan
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
variableEvent
protected String
variableName
-
Constructor Summary
Constructors Constructor Description CmmnVariableOnPartDeclaration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVariableEvent()
String
getVariableName()
void
setVariableEvent(String variableEvent)
void
setVariableName(String variableName)
-