Skip to main content
5-Regular Member
December 22, 2017
Solved

Primitives

  • December 22, 2017
  • 1 reply
  • 1870 views

Hi All,

I was going through primitives while learning the ThingWorx Java Edge SDK. But while going through the documentation, I got confused between ThingWorx primitives (ThingWorx data types) and Thingworx Edge Java SDK application's data types (Primitive).

Is there any documentation or someone can provide brief differences between the two with the examples if there exist any differences?

Thanks & Regards,

Aditya

Best answer by dupatel

Aditya Kumar​: So, the only thing to note and consider while using SDK is that Java has its own primitives and there are ThingWorx primitives ( like Infotable, TagCollection, etc). You can leverage usage of ThingWorx primitives directly working with Java SDK.

You can also refer Help center for more details and usage.

-Durgesh

1 reply

dupatel5-Regular MemberAnswer
5-Regular Member
December 22, 2017

Aditya Kumar​: So, the only thing to note and consider while using SDK is that Java has its own primitives and there are ThingWorx primitives ( like Infotable, TagCollection, etc). You can leverage usage of ThingWorx primitives directly working with Java SDK.

You can also refer Help center for more details and usage.

-Durgesh

adikumar5-Regular MemberAuthor
5-Regular Member
December 28, 2017

Thanks Durgesh