Package com.stimulsoft.report.dictionary
Class StiUserFunctionArgument
java.lang.Object
com.stimulsoft.report.dictionary.StiUserFunctionArgument
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableToString
public class StiUserFunctionArgument
extends Object
implements IStiSerializableToString, IStiJsonReportObject
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStiUserFunctionArgument(String name, StiUserFunctionArgumentType type, String description) Creates an object of the type StiUserFunctionArgumentValue. -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(String strObject) getName()getType()voidLoadFromJsonObject(JSONObject jObject) voidsetDescription(String description) voidvoid
-
Field Details
-
name
-
type
-
description
-
-
Constructor Details
-
StiUserFunctionArgument
public StiUserFunctionArgument() -
StiUserFunctionArgument
Creates an object of the type StiUserFunctionArgumentValue.- Parameters:
name-type-description-
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getDescription
-
setDescription
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
serialize
- Specified by:
serializein interfaceIStiSerializableToString
-
deserialize
- Specified by:
deserializein interfaceIStiSerializableToString
-