CalculateItem

class CalculateItem : Parcelable

Constructors

Link copied to clipboard
fun CalculateItem(jsonArray: JSONArray?)

Types

Link copied to clipboard
object CREATOR : Parcelable.Creator<CalculateItem>

Properties

Link copied to clipboard
val isAllOperandScalar: Boolean
Link copied to clipboard
val isTheSameCurrencyType: Boolean
Link copied to clipboard
val uuidOperandList: List<Pair<String, Boolean>>

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
fun getCalculateFormulaValue(decimals: Int): String?
Link copied to clipboard
fun isOperand(uuid: String?): Boolean
Link copied to clipboard
fun refreshOperandCurrencyTypeList(uuid: String, currencyType: String)
Link copied to clipboard
fun refreshOperandValueList(uuid: String, valueOfWidget: String)
Link copied to clipboard
fun setCalculateCurrency(currency: String)
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)