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 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.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 stateboolean
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
-
-