Interface IParameterGroupMember

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IParameterGroupMember
    extends com4j.Com4jObject
    Represents a parameter group member.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isSubGroup()
      Indicates the type of the IParameterGroupMember.
      • Methods inherited from interface com4j.Com4jObject

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

      • isSubGroup

        boolean isSubGroup()

        Indicates the type of the IParameterGroupMember. If true, IParameterGroup. Else IComponentParam.

        Returns:
        Returns a value of type boolean