Package com.stimulsoft.report.options
Class DictionaryOptions.BusinessObjects
java.lang.Object
com.stimulsoft.report.options.DictionaryOptions.BusinessObjects
- Enclosing class:
DictionaryOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanGets or sets a value, which controls that enumerable sources with the same names.static charGets 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 StiFieldsProcessingTypeGets or sets a value, which controls processing of fields in business objects.static intGets or sets the maximal nested level of master-detail relations in enumerable sources.static StiPropertiesProcessingTypeGets or sets a value, which controls processing of properties in business objects.static voidstatic voidsetAllowProcessNullItemsInEnumerables(boolean value) static voidsetAllowUseDataColumn(boolean value) static voidsetAllowUseFields(boolean value) static voidsetAllowUseProperties(boolean value) static voidsetCheckTableDuplication(boolean value) static voidsetDelimeter(char value) static voidstatic voidsetMaxLevel(int value) static void
-
Constructor Details
-
BusinessObjects
public BusinessObjects()
-
-
Method Details
-
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
Gets or sets a value, which controls processing of properties in business objects. -
setPropertiesProcessingType
-
getFieldsProcessingType
Gets or sets a value, which controls processing of fields in business objects. -
setFieldsProcessingType
-
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)
-