Interface IOnExecEventSchedulerActionParams
- 
- All Superinterfaces:
- com4j.Com4jObject
 - All Known Subinterfaces:
- IOnExecEventSchedulerRestartParams
 
 public interface IOnExecEventSchedulerActionParams extends com4j.Com4jObjectHandles the action parameter list.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intonExecEventSchedulerAction()The action to be taken.java.lang.Objectparameter(int index)For HP use.voidparameter(int index, java.lang.Object vVal)For HP use.
 
- 
- 
- 
Method Detail- 
onExecEventSchedulerActionint onExecEventSchedulerAction() The action to be taken. Getter method for the COM property "OnExecEventSchedulerAction" - Returns:
- Returns a value of type int
 
 - 
parametervoid 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.
 
 - 
parameterjava.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
 
 
- 
 
-