EXIficient

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

Packages that use TypeCoder
com.siemens.ct.exi.types EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap. 
 

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

Subinterfaces of TypeCoder in com.siemens.ct.exi.types
 interface TypeDecoder
          TODO Description
 interface TypeDecoderRepresentationMap
          TODO Description
 interface TypeEncoder
          TODO Description
 

Classes in com.siemens.ct.exi.types that implement TypeCoder
 class AbstractTypeCoder
          TODO Description
 class AbstractTypeDecoder
          TODO Description
 class AbstractTypeEncoder
          TODO Description
 class DatatypeRepresentationMapTypeDecoder
          TODO Description
 class DatatypeRespresentationMapTypeEncoder
          TODO Description
 class LexicalTypeDecoder
          TODO Description
 class LexicalTypeEncoder
          TODO Description
 class StringTypeDecoder
          TODO Description
 class StringTypeEncoder
          TODO Description
 class TypedTypeDecoder
          TODO Description
 class TypedTypeEncoder
          TODO Description
 


EXIficient