com.stimulsoft.report.options
Class DictionaryOptions.BusinessObjects

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

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


Constructor Summary
DictionaryOptions.BusinessObjects()
           
 
Method Summary
static boolean getAddBusinessObjectAssemblyToReferencedAssembliesAutomatically()
           
static boolean getAllowProcessNullItemsInEnumerables()
           
static boolean getAllowUseDataColumn()
           
static boolean getAllowUseFields()
           
static boolean getAllowUseProperties()
           
static boolean getCheckTableDuplication()
          Gets or sets a value, which controls that enumerable sources with the same names.
static char getDelimeter()
          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.
static StiFieldsProcessingType getFieldsProcessingType()
          Gets or sets a value, which controls processing of fields in business objects.
static int getMaxLevel()
          Gets or sets the maximal nested level of master-detail relations in enumerable sources.
static StiPropertiesProcessingType getPropertiesProcessingType()
          Gets or sets a value, which controls processing of properties in business objects.
static void setAddBusinessObjectAssemblyToReferencedAssembliesAutomatically(boolean value)
           
static void setAllowProcessNullItemsInEnumerables(boolean value)
           
static void setAllowUseDataColumn(boolean value)
           
static void setAllowUseFields(boolean value)
           
static void setAllowUseProperties(boolean value)
           
static void setCheckTableDuplication(boolean value)
           
static void setDelimeter(char value)
           
static void setFieldsProcessingType(StiFieldsProcessingType value)
           
static void setMaxLevel(int value)
           
static void setPropertiesProcessingType(StiPropertiesProcessingType value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryOptions.BusinessObjects

public DictionaryOptions.BusinessObjects()
Method Detail

getAllowUseDataColumn

public static boolean getAllowUseDataColumn()

setAllowUseDataColumn

public static void setAllowUseDataColumn(boolean value)

getAllowUseFields

public static boolean getAllowUseFields()

setAllowUseFields

public static void setAllowUseFields(boolean value)

getAllowUseProperties

public static boolean getAllowUseProperties()

setAllowUseProperties

public static void setAllowUseProperties(boolean value)

getPropertiesProcessingType

public static StiPropertiesProcessingType getPropertiesProcessingType()
Gets or sets a value, which controls processing of properties in business objects.


setPropertiesProcessingType

public static void setPropertiesProcessingType(StiPropertiesProcessingType value)

getFieldsProcessingType

public static StiFieldsProcessingType getFieldsProcessingType()
Gets or sets a value, which controls processing of fields in business objects.


setFieldsProcessingType

public static void setFieldsProcessingType(StiFieldsProcessingType value)

getDelimeter

public static char getDelimeter()
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

public static void setDelimeter(char value)

getMaxLevel

public static int getMaxLevel()
Gets or sets the maximal nested level of master-detail relations in enumerable sources.


setMaxLevel

public static void setMaxLevel(int value)

getCheckTableDuplication

public static boolean getCheckTableDuplication()
Gets or sets a value, which controls that enumerable sources with the same names.


setCheckTableDuplication

public static void setCheckTableDuplication(boolean value)

getAddBusinessObjectAssemblyToReferencedAssembliesAutomatically

public static boolean getAddBusinessObjectAssemblyToReferencedAssembliesAutomatically()

setAddBusinessObjectAssemblyToReferencedAssembliesAutomatically

public static void setAddBusinessObjectAssemblyToReferencedAssembliesAutomatically(boolean value)

getAllowProcessNullItemsInEnumerables

public static boolean getAllowProcessNullItemsInEnumerables()

setAllowProcessNullItemsInEnumerables

public static void setAllowProcessNullItemsInEnumerables(boolean value)