Interface Variable


  • public interface Variable
    Generated by: JavaInterface
    • Method Detail

      • setValue

        void setValue​(java.lang.String val)
        Parameters:
        val - The value of the variable requested
        Since:
        ARI_0_0_1
      • getValue

        java.lang.String getValue()
        The value of the variable requested
        Returns:
        String
        Since:
        ARI_0_0_1