Annotation Type CommandPkg.Returns


  • @Documented
    @Retention(SOURCE)
    @Target(TYPE)
    public static @interface CommandPkg.Returns
    • Element Detail

      • return_name

        java.lang.String return_name
        Default:
        ""
      • return_type

        DataType return_type
        Default:
        com.automationanywhere.commandsdk.model.DataType.UNDEFINED
      • return_sub_type

        DataType return_sub_type
        The return subtype of this command.
        Default:
        com.automationanywhere.commandsdk.model.DataType.ANY
      • return_label

        java.lang.String return_label
        The label for the return input.
        Default:
        ""
      • return_description

        java.lang.String return_description
        The description for the return input.
        Default:
        ""
      • return_required

        boolean return_required
        Is the return variable required.
        Default:
        false