|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.options.DictionaryOptions.BusinessObjects
public static final class DictionaryOptions.BusinessObjects
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 |
---|
public DictionaryOptions.BusinessObjects()
Method Detail |
---|
public static boolean getAllowUseDataColumn()
public static void setAllowUseDataColumn(boolean value)
public static boolean getAllowUseFields()
public static void setAllowUseFields(boolean value)
public static boolean getAllowUseProperties()
public static void setAllowUseProperties(boolean value)
public static StiPropertiesProcessingType getPropertiesProcessingType()
public static void setPropertiesProcessingType(StiPropertiesProcessingType value)
public static StiFieldsProcessingType getFieldsProcessingType()
public static void setFieldsProcessingType(StiFieldsProcessingType value)
public static char getDelimeter()
public static void setDelimeter(char value)
public static int getMaxLevel()
public static void setMaxLevel(int value)
public static boolean getCheckTableDuplication()
public static void setCheckTableDuplication(boolean value)
public static boolean getAddBusinessObjectAssemblyToReferencedAssembliesAutomatically()
public static void setAddBusinessObjectAssemblyToReferencedAssembliesAutomatically(boolean value)
public static boolean getAllowProcessNullItemsInEnumerables()
public static void setAllowProcessNullItemsInEnumerables(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |