Class MAnnotationDetail

java.lang.Object
jadex.bpmn.model.MIdElement
jadex.bpmn.model.MAnnotationDetail

public class MAnnotationDetail extends MIdElement
The annotation detail class for storing the key and value of an annotation detail.
  • Field Details

    • type

      protected String type
      The type.
    • key

      protected String key
      The key.
    • value

      protected String value
      The value.
  • Constructor Details

    • MAnnotationDetail

      public MAnnotationDetail()
  • Method Details

    • getType

      public String getType()
      Get the type.
      Returns:
      The type.
    • setType

      public void setType(String type)
      Set the type.
      Parameters:
      type - The type to set.
    • getKey

      public String getKey()
      Get the key.
      Returns:
      The key.
    • setKey

      public void setKey(String key)
      Set the key.
      Parameters:
      key - The key to set.
    • getValue

      public String getValue()
      Get the value.
      Returns:
      The value.
    • setValue

      public void setValue(String value)
      Set the value.
      Parameters:
      value - The value to set.