Interface IParameterGroup

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IParameterGroup
    extends com4j.Com4jObject
    Represents a group of parameters.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int id()
      The ID of the group.
      IList members()
      The list of the IParameterGroupMembers that belong to the group.
      Object members​(int index)  
      String name()
      The name of the group.
      • Methods inherited from interface com4j.Com4jObject

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

      • members

        IList members()

        The list of the IParameterGroupMembers that belong to the group.

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

        Object members​(int index)
      • name

        String name()

        The name of the group.

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

        int id()

        The ID of the group.

        Returns:
        Returns a value of type int