EXIficient

Uses of Class
com.siemens.ct.exi.datatype.encoder.AbstractDatatypeEncoder

Packages that use AbstractDatatypeEncoder
com.siemens.ct.exi.datatype.encoder Decoder classes for EXI built-in datatypes. 
 

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

Subclasses of AbstractDatatypeEncoder in com.siemens.ct.exi.datatype.encoder
 class BinaryDatatypeEncoder
          TODO Description
 class BooleanDatatypeEncoder
          TODO Description
 class BooleanPatternDatatypeEncoder
          When pattern facets are available in the schema datatype, Boolean datatype representation is able to distinguish values not only arithmetically (0 or 1) but also between lexical variances ("0", "1", "false" and "true"), and values typed as Boolean are represented as n-bit unsigned integer (7.1.9 n-bit Unsigned Integer), where n is two (2) and the value zero (0), one (1), two (2) and three (3) each represents value "false", "0", "true" and "1".
 class DatetimeDatatypeEncoder
           
 class DecimalDatatypeEncoder
          TODO Description
 class EnumerationDatatypeEncoder
          TODO Description
 class FloatDatatypeEncoder
          TODO Description
 class IntegerDatatypeEncoder
          TODO Description
 class ListDatatypeEncoder
          TODO Description
 class NBitIntegerDatatypeEncoder
          TODO Description
 class RestrictedCharacterSetDatatypeEncoder
          TODO Description
 class StringDatatypeEncoder
          TODO Description
 class UnsignedIntegerDatatypeEncoder
          TODO Description
 


EXIficient