EXIficient

com.siemens.ct.exi.core
Class CompileConfiguration

java.lang.Object
  extended by com.siemens.ct.exi.core.CompileConfiguration

public class CompileConfiguration
extends java.lang.Object

TODO Description

Version:
0.3.20080718
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Field Summary
static int COMPRESSION_LEVEL
           
static boolean DEFLATE_NOWRAP
           
static int MAX_NUMBER_OF_VALUES
           
static boolean NOT_USE_STRING_TABLE
           
 
Constructor Summary
CompileConfiguration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_USE_STRING_TABLE

public static final boolean NOT_USE_STRING_TABLE
See Also:
Constant Field Values

MAX_NUMBER_OF_VALUES

public static final int MAX_NUMBER_OF_VALUES
See Also:
Constant Field Values

COMPRESSION_LEVEL

public static final int COMPRESSION_LEVEL
See Also:
Constant Field Values

DEFLATE_NOWRAP

public static final boolean DEFLATE_NOWRAP
See Also:
Constant Field Values
Constructor Detail

CompileConfiguration

public CompileConfiguration()

EXIficient