Annotation Type ThingworxConfigurationTableDefinitions
-
@Target(TYPE) @Retention(RUNTIME) @ThingworxExtensionApiAnnotation(since={6,6}) public @interface ThingworxConfigurationTableDefinitions
Contains a collection of instance-specific configuration tables. Data stored in these configuration tables are only directly accessible to the entity.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ThingworxConfigurationTableDefinition[]
tables
Required parameter: a collection of entity-specific configuration tables appropriate to this class.
-
-
-
Element Detail
-
tables
ThingworxConfigurationTableDefinition[] tables
Required parameter: a collection of entity-specific configuration tables appropriate to this class.
-
-