Annotation Type Pkg
-
@Documented @Retention(SOURCE) @Target({FIELD,PARAMETER}) public @interface Pkg
Makes an element participate in creation of package.json. This annotation would be ignored whenIdx
is not present.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Pkg.BapiWorkflowDefaultValue
bapiStructure
java.lang.String
default_value
The default value for the attribute.DataType
default_value_type
The input/data type for the default value of the attribute.java.lang.String
description
Description text shown under the input.java.lang.String[]
desktop_operation_attributes
java.lang.String
desktop_operation_name
java.lang.String[]
desktop_operation_optional_attribute_names
java.lang.String
desktopOperationAttributeNames
Deprecated.java.lang.String
desktopOperationName
Deprecated.boolean
hidden
Is this attribute hidden from the UI?long
id
Currently unused.java.lang.String
label
The display label for the attribute.java.lang.String
node_label
The display value for a checkbox's true statejava.lang.String[]
on_change_desktop_operation_attributes
java.lang.String
on_change_desktop_operation_name
boolean
readOnly
Can this attribute be edited?DataType
return_sub_type
The return subtype of this command.DataType
return_type
The return type of this command.java.lang.String
title
The display name for the attribute.java.lang.String
uri
When added this would make the SELECT dynamic, i.e.java.lang.String
value
The value for assigned when this option is chosen.
-
-
-
-
return_type
DataType return_type
The return type of this command.- Default:
- com.automationanywhere.commandsdk.model.DataType.DONOTOMIT
-
-
-
return_sub_type
DataType return_sub_type
The return subtype of this command.- Default:
- com.automationanywhere.commandsdk.model.DataType.DONOTOMIT
-
-
-
default_value_type
DataType default_value_type
The input/data type for the default value of the attribute.- Default:
- com.automationanywhere.commandsdk.model.DataType.UNDEFINED
-
-
hidden
boolean hidden
Is this attribute hidden from the UI?- Default:
- false
-
-
-
bapiStructure
Pkg.BapiWorkflowDefaultValue bapiStructure
- Default:
- @com.automationanywhere.commandsdk.annotations.Pkg.BapiWorkflowDefaultValue
-
-