com.stimulsoft.report.options
Class DictionaryOptions.Enumerables

java.lang.Object
  extended by com.stimulsoft.report.options.DictionaryOptions.Enumerables
Enclosing class:
DictionaryOptions

public static final class DictionaryOptions.Enumerables
extends java.lang.Object

A Class which controls Enumerable DataSources of the report.


Constructor Summary
DictionaryOptions.Enumerables()
           
 
Method Summary
static boolean getCheckTableDuplication()
          Deprecated. 
static char getDelimeter()
          Deprecated. 
static int getMaxLevel()
          Deprecated. 
static StiPropertiesProcessingType getPropertiesProcessingType()
          Deprecated. 
static void setCheckTableDuplication(boolean value)
          Deprecated. 
static void setDelimeter(char value)
          Deprecated. 
static void setMaxLevel(int value)
          Deprecated. 
static void setPropertiesProcessingType(StiPropertiesProcessingType value)
          Deprecated. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryOptions.Enumerables

public DictionaryOptions.Enumerables()
Method Detail

getPropertiesProcessingType

@Deprecated
public static StiPropertiesProcessingType getPropertiesProcessingType()
Deprecated. 

Gets or sets a value, which controls processing of properties in business objects.


setPropertiesProcessingType

@Deprecated
public static void setPropertiesProcessingType(StiPropertiesProcessingType value)
Deprecated. 


getDelimeter

@Deprecated
public static char getDelimeter()
Deprecated. 

Gets or sets a delimiter between a name of the enumerable data source and its column names for the child tables in the master-detail relation.


setDelimeter

@Deprecated
public static void setDelimeter(char value)
Deprecated. 


getMaxLevel

@Deprecated
public static int getMaxLevel()
Deprecated. 

Gets or sets the maximal nested level of master-detail relations in enumerable sources.


setMaxLevel

@Deprecated
public static void setMaxLevel(int value)
Deprecated. 


getCheckTableDuplication

@Deprecated
public static boolean getCheckTableDuplication()
Deprecated. 

Gets or sets a value, which controls that enumerable sources with the same names.


setCheckTableDuplication

@Deprecated
public static void setCheckTableDuplication(boolean value)
Deprecated.