STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.mybusiness.model.form
/
CalculateItem
Calculate
Item
class
CalculateItem
:
Parcelable
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Calculate
Item
Link copied to clipboard
fun
CalculateItem
(
jsonArray
:
JSONArray
?
)
Content copied to clipboard
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
CalculateItem
>
Content copied to clipboard
Properties
isAllOperandScalar
Link copied to clipboard
val
isAllOperandScalar
:
Boolean
Content copied to clipboard
isTheSameCurrencyType
Link copied to clipboard
val
isTheSameCurrencyType
:
Boolean
Content copied to clipboard
uuidOperandList
Link copied to clipboard
val
uuidOperandList
:
List
<
Pair
<
String
,
Boolean
>
>
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
Content copied to clipboard
get
Calculate
Formula
Value
Link copied to clipboard
fun
getCalculateFormulaValue
(
decimals
:
Int
)
:
String
?
Content copied to clipboard
is
Operand
Link copied to clipboard
fun
isOperand
(
uuid
:
String
?
)
:
Boolean
Content copied to clipboard
refresh
Operand
Currency
Type
List
Link copied to clipboard
fun
refreshOperandCurrencyTypeList
(
uuid
:
String
,
currencyType
:
String
)
Content copied to clipboard
refresh
Operand
Value
List
Link copied to clipboard
fun
refreshOperandValueList
(
uuid
:
String
,
valueOfWidget
:
String
)
Content copied to clipboard
set
Calculate
Currency
Link copied to clipboard
fun
setCalculateCurrency
(
currency
:
String
)
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)
Content copied to clipboard