Annotation Type Idx.Option


  • @Documented
    @Retention(SOURCE)
    @Target({FIELD,PARAMETER})
    public static @interface Idx.Option
    An option represents the elements which would play in the hierarchy but lend the values to the parents, for example RADIO, SELECT etc.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String index
      Unique index of element in TOC format, i.e.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Pkg pkg
      The packaging which should be used to define the element in package.json
    • Element Detail

      • index

        java.lang.String index
        Unique index of element in TOC format, i.e. N[.N]* format, where "." acts as separator between parent and child and "N" is any number representing the position of the child under the parent.

        for example 4, 4.2, 4.3.4

      • pkg

        Pkg pkg
        The packaging which should be used to define the element in package.json
        Default:
        @com.automationanywhere.commandsdk.annotations.Pkg