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 SummaryConstructors Constructor Description BinaryAttributesMap()
 - 
Method SummaryAll 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.AbstractAttributesMapgetClass, getInt, getSignature, getString
 
- 
 
- 
- 
- 
Method Detail- 
getLengthpublic int getLength() Description copied from interface:AttributesMapThe number of attributes in the map
 - 
getNamepublic java.lang.String getName(int index) Description copied from interface:AttributesMapThe name of the attribute at the location
 - 
getDecoderpublic 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.
 - 
getValuepublic <T> T getValue(java.lang.String name, Decoder<T> decoder) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
-