AFQuantifierSetting
AFQuantifierSetting()
luaTable
- to store named parameters
pTaskAF
: TaskAF
- to which this quantifier setting belongs
nAFQuantifierTypeCode
: integer
- AFQuantifierType code to define this quantifier type
nACQuantifierSourceTypeCode
: integer
- ACQuantifierSourceType code to define this quantifier calculation source type
nCompareTypeCode
: integer
- CompareType code to define relation between interest measure and threshold value
nAFQuantifierValueTypeCode
: integer
- AFQuantifierValueType 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 TaskAF |
ThresholdValue | Threshold value |
canDel () | Returns true if the object could be deleted (is not used) |
getACQuantifierSourceTypeCode () | Returns code of calculation source type for this quantifier, see ACQuantifierSourceType codes |
getACQuantifierSourceTypeKey () | Returns unique string key of calculation source type for this quantifier |
getACQuantifierSourceTypeName () | Returns string representation of calculation source type for this quantifier |
getAFQuantifierTypeCode () | Returns code of quantifier type for this quantifier, see AFQuantifierType codes |
getAFQuantifierTypeKey () | Returns unique string key of quantifier type for this quantifier |
getAFQuantifierTypeName () | Returns string representation of quantifier type for this quantifier |
getAFQuantifierValueTypeCode () | Returns code of absolute/relative type threshold value, see AFQuantifierValueType codes |
getAFQuantifierValueTypeKey () | Returns unique string key of absolute/relative type threshold value |
getAFQuantifierValueTypeName () | Returns string representation of absolute/relative type threshold value |
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 |
getID () | Returns unique identifier (primary key) of the object |
getNote () | Returns the value of Note property |
getOrder () | Returns the value of Order property |
getTaskAF () | Returns the TaskAF, 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 |
setACQuantifierSourceTypeCode () | Sets code of calculation source type for this quantifier, see ACQuantifierSourceType codes |
setAFQuantifierTypeCode () | Sets code of quantifier type for this quantifier, see AFQuantifierType codes |
setAFQuantifierValueTypeCode () | Sets code of absolute/relative type threshold value, see AFQuantifierValueType codes |
setCompareTypeCode () | Sets code of comparation type for threshold value, see CompareType codes |
setNote () | Sets the value of Note property |
setOrder () | Sets the value of Order property |
setThresholdValue () | Sets the value of Value property |
ID
(read-only) : integerNote
: stringOrder
: integerThresholdValue
: floatcanDel() : boolean
boolean
getACQuantifierSourceTypeCode() : integer
integer
getACQuantifierSourceTypeKey() : string
string
getACQuantifierSourceTypeName() : string
string
getAFQuantifierTypeCode() : integer
integer
getAFQuantifierTypeKey() : string
string
getAFQuantifierTypeName() : string
string
getAFQuantifierValueTypeCode() : integer
integer
getAFQuantifierValueTypeKey() : string
string
getAFQuantifierValueTypeName() : string
string
getCompareTypeCode() : integer
integer
getCompareTypeKey() : string
string
getCompareTypeName() : string
string
getID() : integer
integer
getNote() : string
string
getOrder() : integer
integer
getTaskAF() : TaskAF
getThresholdValue() : float
float
onAdd()
onDel()
onUpdate()
setACQuantifierSourceTypeCode( integer )
integer
setAFQuantifierTypeCode( integer )
integer
setAFQuantifierValueTypeCode( integer )
integer
setCompareTypeCode( integer )
integer
setNote( string )
string
setOrder( integer )
integer
setThresholdValue( float )
float