EXIficient

Uses of Class
com.siemens.ct.exi.CodingMode

Packages that use CodingMode
com.siemens.ct.exi Entry point for using EXI implementation 
com.siemens.ct.exi.helpers EXI helper classes such as default interface implementations. 
 

Uses of CodingMode in com.siemens.ct.exi
 

Methods in com.siemens.ct.exi that return CodingMode
 CodingMode EXIFactory.getCodingMode()
          Returns the currently used CodingMode.
 CodingMode EXIFactory.getCodingMode()
          Returns the currently used CodingMode.
 CodingMode EXIFactory.getCodingMode()
          Returns the currently used CodingMode.
static CodingMode CodingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CodingMode CodingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CodingMode CodingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CodingMode[] CodingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static CodingMode[] CodingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static CodingMode[] CodingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.siemens.ct.exi with parameters of type CodingMode
 void EXIFactory.setCodingMode(CodingMode codingMode)
          Re-sets the coding mode used by the factory.
 void EXIFactory.setCodingMode(CodingMode codingMode)
          Re-sets the coding mode used by the factory.
 void EXIFactory.setCodingMode(CodingMode codingMode)
          Re-sets the coding mode used by the factory.
 

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

Methods in com.siemens.ct.exi.helpers that return CodingMode
 CodingMode DefaultEXIFactory.getCodingMode()
           
 

Methods in com.siemens.ct.exi.helpers with parameters of type CodingMode
 void DefaultEXIFactory.setCodingMode(CodingMode codingMode)
           
 


EXIficient