EXIficient

Uses of Interface
com.siemens.ct.exi.types.DatatypeRepresentation

Packages that use DatatypeRepresentation
com.siemens.ct.exi Entry point for using EXI implementation 
com.siemens.ct.exi.helpers EXI helper classes such as default interface implementations. 
com.siemens.ct.exi.types EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap. 
 

Uses of DatatypeRepresentation in com.siemens.ct.exi
 

Methods in com.siemens.ct.exi with parameters of type DatatypeRepresentation
 void EXIFactory.setDatatypeRepresentationMap(DatatypeRepresentation[] datatypeRepresentations)
          By default, each typed value in an EXI stream is represented by the associated built-in EXI datatype representation.
 void EXIFactory.setDatatypeRepresentationMap(DatatypeRepresentation[] datatypeRepresentations)
          By default, each typed value in an EXI stream is represented by the associated built-in EXI datatype representation.
 void EXIFactory.setDatatypeRepresentationMap(DatatypeRepresentation[] datatypeRepresentations)
          By default, each typed value in an EXI stream is represented by the associated built-in EXI datatype representation.
 

Uses of DatatypeRepresentation in com.siemens.ct.exi.helpers
 

Methods in com.siemens.ct.exi.helpers with parameters of type DatatypeRepresentation
 void DefaultEXIFactory.setDatatypeRepresentationMap(DatatypeRepresentation[] datatypeRepresentations)
           
 

Uses of DatatypeRepresentation in com.siemens.ct.exi.types
 

Methods in com.siemens.ct.exi.types with parameters of type DatatypeRepresentation
 void TypeDecoderRepresentationMap.registerDatatypeRepresentation(DatatypeRepresentation datatypeRepresentation)
           
 void DatatypeRespresentationMapTypeEncoder.registerDatatypeRepresentation(DatatypeRepresentation datatypeRepresentation)
           
 void DatatypeRepresentationMapTypeDecoder.registerDatatypeRepresentation(DatatypeRepresentation datatypeRepresentation)
           
 


EXIficient