Interface SearchablePropertyAdapter
-
- All Superinterfaces:
Adapter
,PropertyAdapter
- All Known Implementing Classes:
CellUpdateAdapter
,ExpressionPropertyAdapter
,ExtensibleBinding
,IndirectTagBindingAdapter
,IndirectUDTTagAdapter
,NamedQueryAdapter
,SimpleBoundColorAdapter
,SimpleBoundPropertyAdapter
,SimpleBoundTagAdapter
,SQLPropertyAdapter
,TagHistoryAdapter
,UDTTagAdapter
public interface SearchablePropertyAdapter extends PropertyAdapter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.inductiveautomation.factorypmi.application.binding.Adapter
Adapter.ValueHolder
-
Nested classes/interfaces inherited from interface com.inductiveautomation.factorypmi.application.binding.PropertyAdapter
PropertyAdapter.PAType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BindingConfiguration
getBindingConfiguration()
-
Methods inherited from interface com.inductiveautomation.factorypmi.application.binding.Adapter
connect, disconnect, getInteractions, getTarget, isValid, setTarget, shutdown, startup
-
Methods inherited from interface com.inductiveautomation.factorypmi.application.binding.PropertyAdapter
getReferenceType, getTargetPropertyName, setTargetPropertyName
-
-
-
-
Method Detail
-
getBindingConfiguration
BindingConfiguration getBindingConfiguration()
-
-