EXIficient

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

Packages that use DatatypeRepresentation
com.siemens.ct.exi Entry point for using EXI implementation 
com.siemens.ct.exi.datatype.decoder Encoder classes for EXI built-in datatypes. 
com.siemens.ct.exi.datatype.encoder Decoder classes for EXI built-in datatypes. 
com.siemens.ct.exi.helpers EXI helper classes such as default interface implementations. 
 

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.datatype.decoder
 

Methods in com.siemens.ct.exi.datatype.decoder with parameters of type DatatypeRepresentation
 void TypeDecoderRepresentationMap.registerDatatypeRepresentation(DatatypeRepresentation datatypeRepresentation)
           
 void TypeDecoderDatatypeRepresentationMap.registerDatatypeRepresentation(DatatypeRepresentation datatypeRepresentation)
           
 

Uses of DatatypeRepresentation in com.siemens.ct.exi.datatype.encoder
 

Methods in com.siemens.ct.exi.datatype.encoder with parameters of type DatatypeRepresentation
 void TypeEncoderDatatypeRespresentationMap.registerDatatypeRepresentation(DatatypeRepresentation datatypeRepresentation)
           
 

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)
           
 


EXIficient