Package step.repository.alm.otaclient
Interface ICustomizationActions
-
- All Superinterfaces:
com4j.Com4jObject
public interface ICustomizationActions extends com4j.Com4jObject
The collection of all CustomizationAction objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
action(java.lang.String name)
The CustomizationAction object representing the action specified by Name.IList
actions()
The list of CustomizationAction objects.java.lang.Object
actions(int index)
-
-
-
Method Detail
-
actions
IList actions()
The list of CustomizationAction objects.
Getter method for the COM property "Actions"
- Returns:
- Returns a value of type otaclient.IList
-
actions
java.lang.Object actions(int index)
-
action
com4j.Com4jObject action(java.lang.String name)
The CustomizationAction object representing the action specified by Name.
Getter method for the COM property "Action"
- Parameters:
name
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
-