Annotation Type ThingworxPropertyDefinitions
-
@Target(TYPE) @Retention(RUNTIME) @ThingworxExtensionApiAnnotation(since={6,6}) public @interface ThingworxPropertyDefinitions
Contains a collection of property definitions applicable to this entity.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ThingworxPropertyDefinition[]
properties
Required parameter: a collection of property definitions.
-
-
-
Element Detail
-
properties
ThingworxPropertyDefinition[] properties
Required parameter: a collection of property definitions.
-
-