Package com.thingworx.things.bindings
Interface IBindingTarget
-
@ThingworxExtensionApiClass(since={8,4}, canInstantiate=false, canExtendOrImplement=true) public interface IBindingTarget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPropertyName()
void
write(VTQ value)
-
-
-
Method Detail
-
write
@ThingworxExtensionApiMethod(since={8,4}, canOverride=true) void write(VTQ value) throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
getPropertyName
@ThingworxExtensionApiMethod(since={8,4}, canOverride=true) java.lang.String getPropertyName()
-
-