Package com.thingworx.things.bindings
Class LocalPropertyBinding
java.lang.Object
com.thingworx.things.bindings.GenericBinding
com.thingworx.things.bindings.LocalPropertyBinding
- All Implemented Interfaces:
IDiffableObject
,IAspectContainer
@ThingworxExtensionApiClass(since={6,6},
canInstantiate=true)
public final class LocalPropertyBinding
extends GenericBinding
implements IAspectContainer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
Returns the collection of aspects belonging to this binding.void
setAspects
(AspectCollection value)
Replaces all aspects on this binding with the aspects in the specified collection.void
setSourceThingName
(String thingName) Methods inherited from class com.thingworx.things.bindings.GenericBinding
getName, getSourceName, setName, setSourceName
-
Field Details
-
_logger
public static org.slf4j.Logger _logger
-
-
Constructor Details
-
LocalPropertyBinding
public LocalPropertyBinding()
-
-
Method Details
-
setSourceThingName
-
getSourceThingName
-
setAspects
Replaces all aspects on this binding with the aspects in the specified collection.- Parameters:
value
- the aspects that will be assigned to this local property binding
-
getAspects
Returns the collection of aspects belonging to this binding.- Returns:
- this binding's collection of aspects
-