Interface IOnExecEventSchedulerActionParams

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    IOnExecEventSchedulerRestartParams

    public interface IOnExecEventSchedulerActionParams
    extends com4j.Com4jObject
    Handles the action parameter list.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int onExecEventSchedulerAction()
      The action to be taken.
      java.lang.Object parameter​(int index)
      For HP use.
      void parameter​(int index, java.lang.Object vVal)
      For HP use.
      • Methods inherited from interface com4j.Com4jObject

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

      • onExecEventSchedulerAction

        int onExecEventSchedulerAction()

        The action to be taken.

        Getter method for the COM property "OnExecEventSchedulerAction"

        Returns:
        Returns a value of type int
      • parameter

        void parameter​(int index,
                       java.lang.Object vVal)

        For HP use. Gets or set the value of the specified action parameter.

        Setter method for the COM property "Parameter"

        Parameters:
        index - Mandatory int parameter.
        vVal - Mandatory java.lang.Object parameter.
      • parameter

        java.lang.Object parameter​(int index)

        For HP use. Gets or set the value of the specified action parameter.

        Getter method for the COM property "Parameter"

        Parameters:
        index - Mandatory int parameter.
        Returns:
        Returns a value of type java.lang.Object