Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.types.primitives

Interface IPrimitiveType<T,JT>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IPrimitiveType<T,JT> clone() 
      BaseTypes getBaseType() 
      java.lang.Object getSerializedValue() 
      java.lang.String getStringValue() 
      JT getValue() 
      void setValue(JT value) 
      • Methods inherited from interface java.lang.Comparable

        compareTo
      • Methods inherited from interface java.util.Comparator

        compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong