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