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:
  • Field Details

    • variableEvent

      protected String variableEvent
    • variableName

      protected String variableName
  • Constructor Details

    • CmmnVariableOnPartDeclaration

      public CmmnVariableOnPartDeclaration()
  • Method Details

    • getVariableEvent

      public String getVariableEvent()
    • setVariableEvent

      public void setVariableEvent(String variableEvent)
    • getVariableName

      public String getVariableName()
    • setVariableName

      public void setVariableName(String variableName)