Class CamundaFormRefImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      CamundaFormRefImpl​(java.lang.String key, java.lang.String binding)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBinding()
      The binding of CamundaFormRef specifies which version of the form to reference.
      java.lang.String getKey()
      The key of a CamundaFormRef corresponds to the id attribute in the Camunda Forms JSON.
      java.lang.Integer getVersion()
      If the binding of a CamundaFormRef is set to version, the specific version is returned.
      void setBinding​(java.lang.String binding)  
      void setKey​(java.lang.String key)  
      void setVersion​(java.lang.Integer version)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CamundaFormRefImpl

        public CamundaFormRefImpl​(java.lang.String key,
                                  java.lang.String binding)
    • Method Detail

      • setKey

        public void setKey​(java.lang.String key)
      • setBinding

        public void setBinding​(java.lang.String binding)
      • setVersion

        public void setVersion​(java.lang.Integer version)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object