Class TagHistoryBindingConfig
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.interchange.TagHistoryBindingConfig
- All Implemented Interfaces:
BindingConfiguration
,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of aliases.Indirection parameters to match up with any placeholders in the tag listboolean
A list of tag paths that may have indirection placeholders in themstatic final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
A string that represents the type of binding that this configuration representsint
hashCode()
-
Field Details
-
TYPE
- See Also:
-
tagPaths
A list of tag paths that may have indirection placeholders in them -
columnAliases
A list of aliases. Should match up with the list of tag paths -
indirection
Indirection parameters to match up with any placeholders in the tag list -
rangeMode
-
returnMode
-
startDate
-
endDate
-
rangeLength
-
rangeUnit
-
intervalLength
-
intervalUnit
-
returnSize
-
aggregationMode
-
returnFormat
-
polling
-
queryFlags
-
serializableDataset
public boolean serializableDataset
-
-
Constructor Details
-
TagHistoryBindingConfig
public TagHistoryBindingConfig()
-
-
Method Details
-
getBindingType
Description copied from interface:BindingConfiguration
A string that represents the type of binding that this configuration represents- Specified by:
getBindingType
in interfaceBindingConfiguration
-
equals
-
hashCode
public int hashCode()
-