Package com.thingworx.types.primitives
Class InfoTablePrimitive
java.lang.Object
com.thingworx.types.primitives.InfoTablePrimitive
- All Implemented Interfaces:
IPrimitiveType<InfoTablePrimitive,
,InfoTable> Serializable
,Cloneable
,Comparable
,Comparator<InfoTablePrimitive>
@ThingworxExtensionApiClass(since={6,6},
canInstantiate=true)
public final class InfoTablePrimitive
extends Object
implements IPrimitiveType<InfoTablePrimitive,InfoTable>, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
int
int
static InfoTablePrimitive
convertFromObject
(Object data) Deprecated.static InfoTablePrimitive
convertFromXML
(Element content) getValue()
void
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
InfoTablePrimitive
-
InfoTablePrimitive
-
-
Method Details
-
getBaseType
- Specified by:
getBaseType
in interfaceIPrimitiveType<InfoTablePrimitive,
InfoTable>
-
getValue
- Specified by:
getValue
in interfaceIPrimitiveType<InfoTablePrimitive,
InfoTable>
-
setValue
- Specified by:
setValue
in interfaceIPrimitiveType<InfoTablePrimitive,
InfoTable>
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
compare
@ThingworxExtensionApiMethod(since={6,6}) public int compare(InfoTablePrimitive v1, InfoTablePrimitive v2) - Specified by:
compare
in interfaceComparator<InfoTablePrimitive>
-
compare
-
convertFromObject
@Deprecated @ThingworxExtensionApiMethod(since={6,6}) public static InfoTablePrimitive convertFromObject(Object data) throws Exception Deprecated.- Throws:
Exception
- If an error occurs
-
clone
- Specified by:
clone
in interfaceIPrimitiveType<InfoTablePrimitive,
InfoTable> - Overrides:
clone
in classObject
-
convertFromXML
@ThingworxExtensionApiMethod(since={6,6}) public static InfoTablePrimitive convertFromXML(Element content) throws Exception - Throws:
Exception
- If an error occurs
-
getStringValue
- Specified by:
getStringValue
in interfaceIPrimitiveType<InfoTablePrimitive,
InfoTable>
-
getSerializedValue
- Specified by:
getSerializedValue
in interfaceIPrimitiveType<InfoTablePrimitive,
InfoTable>
-