Class AgentDefinitionModel.AllowedValue

java.lang.Object
com.flowable.agent.api.repository.AgentDefinitionModel.AllowedValue
Enclosing interface:
AgentDefinitionModel

public static class AgentDefinitionModel.AllowedValue extends Object
  • Field Details

    • value

      protected String value
    • title

      protected String title
    • description

      protected String description
  • Constructor Details

    • AllowedValue

      public AllowedValue()
    • AllowedValue

      public AllowedValue(String value, String title, String description)
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)