Package com.stimulsoft.report.dictionary
Class StiCalcDataColumn
java.lang.Object
com.stimulsoft.report.dictionary.StiDataColumn
com.stimulsoft.report.dictionary.StiCalcDataColumn
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableToString,IStiName,IStiInherited
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiCalcDataColumn.StiCalcDataColumn(String name, StiSystemType type) Creates a new object of the type StiCalcDataColumn.StiCalcDataColumn(String name, String alias, StiSystemType type) Creates a new object of the type StiCalcDataColumn.StiCalcDataColumn(String name, String alias, StiSystemType type, String value) Creates a new object of the type StiCalcDataColumn. -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(String strObject) final Stringfinal StringgetValue()Gets or sets a column value.voidLoadFromJsonObject(JSONObject jObject) final voidsetExpression(String value) final voidMethods inherited from class com.stimulsoft.report.dictionary.StiDataColumn
clone, getAlias, getBusinessObject, GetBusinessObjectFromDataColumn, getCaption, GetColumnNameFromDataColumn, getColumnPath, getDataColumnFromColumnName, GetDataFromBusinessObject, GetDataFromDataColumn, GetDataFromDataColumn, getDataFromDataColumnStr, getDataListFromDataColumn, getDatasFromDataColumn, GetDatasFromDataColumn, getDatasFromDataSourceWithExpression, getDataSource, GetDataSourceFromDataColumn, getIndex, getInherited, getKey, getName, getNameInSource, GetRelationName, getSystemType, getType, getTypeOrUserType, isArray, IsDataPathExists, isTypeWasAutoDetected, isTypeWasChanged, setAlias, setBusinessObject, setCaption, setCorrectName, setDataSource, setIndex, setInherited, setKey, setName, setNameInSource, setSystemType, setTypeOrUserType, setTypeWasAutoDetected, setTypeWasChanged, toString
-
Constructor Details
-
StiCalcDataColumn
public StiCalcDataColumn()Creates a new object of the type StiCalcDataColumn. -
StiCalcDataColumn
Creates a new object of the type StiCalcDataColumn.- Parameters:
name- Name of column.type- Type of data of column.
-
StiCalcDataColumn
Creates a new object of the type StiCalcDataColumn.- Parameters:
name- Name of column.alias- Alias of column.
-
StiCalcDataColumn
Creates a new object of the type StiCalcDataColumn.- Parameters:
name- Name of column.alias- Alias of column.type- Type of data of column.
-
-
Method Details
-
getValue
Gets or sets a column value. -
setValue
-
getExpression
-
setExpression
-
serialize
- Specified by:
serializein interfaceIStiSerializableToString- Overrides:
serializein classStiDataColumn
-
deserialize
- Specified by:
deserializein interfaceIStiSerializableToString- Overrides:
deserializein classStiDataColumn
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiDataColumn- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiDataColumn- Throws:
JSONException
-