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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the collection of aspects belonging to this binding.voidsetAspects(AspectCollection value) Replaces all aspects on this binding with the aspects in the specified collection.voidsetSourceThingName(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()Initializes this instace with default values.
-
-
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
-