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​(String name)
      The CustomizationAction object representing the action specified by Name.
      IList actions()
      The list of CustomizationAction objects.
      Object actions​(int index)  
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • 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

        Object actions​(int index)
      • action

        com4j.Com4jObject action​(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