@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class LocalPropertyBinding extends GenericBinding implements IAspectContainer
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
_logger |
Constructor and Description |
---|
LocalPropertyBinding() |
Modifier and Type | Method and Description |
---|---|
AspectCollection |
getAspects()
Returns the collection of aspects belonging to this binding. |
java.lang.String |
getSourceThingName() |
void |
setAspects(AspectCollection value)
Replaces all aspects on this binding with the aspects in the specified collection. |
void |
setSourceThingName(java.lang.String thingName) |
getName, getSourceName, setName, setSourceName
@ThingworxExtensionApiMethod(since={6,6}) public void setSourceThingName(java.lang.String thingName)
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getSourceThingName()
@ThingworxExtensionApiMethod(since={8,1,0}) public void setAspects(AspectCollection value)
value
- the aspects that will be assigned to this local property binding@ThingworxExtensionApiMethod(since={8,1,0}) public AspectCollection getAspects()