Interface INamedListValue

  • All Superinterfaces:
    com4j.Com4jObject

    public interface INamedListValue
    extends com4j.Com4jObject
    For HP use. Names List Value
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String name()
      Returns the name of the value list.
      IList values()
      Returns the list of values.
      Object values​(int index)  
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • name

        String name()

        Returns the name of the value list.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • values

        IList values()

        Returns the list of values.

        Getter method for the COM property "Values"

        Returns:
        Returns a value of type otaclient.IList
      • values

        Object values​(int index)