Package com.thingworx.types.properties
Class Property
- java.lang.Object
-
- com.thingworx.types.primitives.structs.VTQ
-
- com.thingworx.types.properties.Property
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Direct Known Subclasses:
ThingProperty
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class Property extends VTQ
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyDefinition
getPropertyDefinition()
boolean
isFolded()
-
Methods inherited from class com.thingworx.types.primitives.structs.VTQ
clone, compare, compareTo, fromStringTyped, getQuality, getTime, getValue, toString
-
-
-
-
Method Detail
-
getPropertyDefinition
@ThingworxExtensionApiMethod(since={6,6}) public PropertyDefinition getPropertyDefinition()
-
isFolded
@ThingworxExtensionApiMethod(since={6,6}) public boolean isFolded()
-
-