Class BinaryAttributesMap
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractAttributesMap
com.inductiveautomation.ignition.common.xmlserialization.deserialization.BinaryAttributesMap
- All Implemented Interfaces:
AttributesMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDecoder<?>
getDecoder
(String name) Return the best decoder to use for the given attribute name.int
The number of attributes in the mapgetName
(int index) The name of the attribute at the location<T> T
Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractAttributesMap
getClass, getInt, getSignature, getString
-
Constructor Details
-
BinaryAttributesMap
public BinaryAttributesMap()
-
-
Method Details
-
getLength
public int getLength()Description copied from interface:AttributesMap
The number of attributes in the map -
getName
Description copied from interface:AttributesMap
The name of the attribute at the location -
getDecoder
Description copied from interface:AttributesMap
Return the best decoder to use for the given attribute name. Not supported by all attribute maps. -
getValue
- Throws:
IOException
-