Interface ConfigTuple


  • public interface ConfigTuple
    Generated by: JavaInterface
    • Method Detail

      • setValue

        void setValue​(java.lang.String val)
        Parameters:
        val - The value for the attribute.
        Since:
        ARI_1_8_0
      • setAttribute

        void setAttribute​(java.lang.String val)
        Parameters:
        val - A configuration object attribute.
        Since:
        ARI_1_8_0
      • getValue

        java.lang.String getValue()
        The value for the attribute.
        Returns:
        String
        Since:
        ARI_1_8_0
      • getAttribute

        java.lang.String getAttribute()
        A configuration object attribute.
        Returns:
        String
        Since:
        ARI_1_8_0