DFQuantifierSetting
DFQuantifierSetting()
luaTable
- to store named parameters
pTaskDF
: TaskDF
- to which this quantifier setting belongs
nDFQuantifierTypeCode
: integer
- DFQuantifierType code to define this quantifier type
nSDQuantifierSourceTypeCode
: integer
- SDQuantifierSourceType code to define this quantifier calculation source type
nCompareTypeCode
: integer
- CompareType code to define relation between interest measure and threshold value
nDFQuantifierValueTypeCode
: integer
- DFQuantifierValueType code describing threshold value units
dThresholdValue
: float
- universal threshold value (will be assigned to the proper parameter for the given quantifier type)
nOrder
: integer
- position of the quantifier in the list of quantifiers of its task
ID | Unique identifier (primary key) of the object |
Note | Additional note to this partial cedent |
Order | Order-index of this partial cedent in array of partial cedent of its TaskDF |
ThresholdValue | Threshold value |
canDel () | Returns true if the object could be deleted (is not used) |
getCompareTypeCode () | Returns code of comparation type for threshold value, see CompareType codes |
getCompareTypeKey () | Returns unique string key of comparation type for threshold value |
getCompareTypeName () | Returns string representation of comparation type for threshold value |
getDFQuantifierTypeCode () | Returns code of quantifier type for this quantifier, see DFQuantifierType codes |
getDFQuantifierTypeKey () | Returns unique string key of quantifier type for this quantifier |
getDFQuantifierTypeName () | Returns string representation of quantifier type for this quantifier |
getDFQuantifierValueTypeCode () | Returns code of absolute/relative type threshold value, see DFQuantifierValueType codes |
getDFQuantifierValueTypeKey () | Returns unique string key of absolute/relative type threshold value |
getDFQuantifierValueTypeName () | Returns string representation of absolute/relative type threshold value |
getID () | Returns unique identifier (primary key) of the object |
getNote () | Returns the value of Note property |
getOrder () | Returns the value of Order property |
getSDQuantifierSourceTypeCode () | Returns code of calculation source type for this quantifier, see SDQuantifierSourceType codes |
getSDQuantifierSourceTypeKey () | Returns unique string key of calculation source type for this quantifier |
getSDQuantifierSourceTypeName () | Returns string representation of calculation source type for this quantifier |
getTaskDF () | Returns the TaskDF, the task this quantifier setting belongs to |
getThresholdValue () | Returns the value of Value property |
onAdd () | Store the newly created object into metabase |
onDel () | Delete the object from metabase (fails if canDel returns false) |
onUpdate () | Save changes made to the object into metabase |
setCompareTypeCode () | Sets code of comparation type for threshold value, see CompareType codes |
setDFQuantifierTypeCode () | Sets code of quantifier type for this quantifier, see DFQuantifierType codes |
setDFQuantifierValueTypeCode () | Sets code of absolute/relative type threshold value, see DFQuantifierValueType codes |
setNote () | Sets the value of Note property |
setOrder () | Sets the value of Order property |
setSDQuantifierSourceTypeCode () | Sets code of calculation source type for this quantifier, see SDQuantifierSourceType codes |
setThresholdValue () | Sets the value of Value property |
ID
(read-only) : integerNote
: stringOrder
: integerThresholdValue
: floatcanDel() : boolean
boolean
getCompareTypeCode() : integer
integer
getCompareTypeKey() : string
string
getCompareTypeName() : string
string
getDFQuantifierTypeCode() : integer
integer
getDFQuantifierTypeKey() : string
string
getDFQuantifierTypeName() : string
string
getDFQuantifierValueTypeCode() : integer
integer
getDFQuantifierValueTypeKey() : string
string
getDFQuantifierValueTypeName() : string
string
getID() : integer
integer
getNote() : string
string
getOrder() : integer
integer
getSDQuantifierSourceTypeCode() : integer
integer
getSDQuantifierSourceTypeKey() : string
string
getSDQuantifierSourceTypeName() : string
string
getTaskDF() : TaskDF
getThresholdValue() : float
float
onAdd()
onDel()
onUpdate()
setCompareTypeCode( integer )
integer
setDFQuantifierTypeCode( integer )
integer
setDFQuantifierValueTypeCode( integer )
integer
setNote( string )
string
setOrder( integer )
integer
setSDQuantifierSourceTypeCode( integer )
integer
setThresholdValue( float )
float