
Public Member Functions | |
| DRAttribute | attribute () |
| DRValue () | |
| DRValue (double tot, DRAttribute att) | |
| DRValue (DRRecord rec, DRAttribute att) | |
| NSArray | flatValues () |
| DRValue | initAsNull () |
| boolean | isGroup () |
| boolean | isNull () |
| boolean | isTotal () |
| String | key () |
| DRRecord | record () |
| void | setTotal (double tot) |
| boolean | shouldTotal () |
| double | total () |
| Object | val () |
Static Public Member Functions | |
| static DRValue | nullTotal () |
| static DRValue | withRecordAttribute (DRRecord rec, DRAttribute att) |
| static DRValue | withTotalAttribute (double tot, DRAttribute att) |
Protected Attributes | |
| DRAttribute | _attribute |
| boolean | _isGroup = false |
| boolean | _isNull = false |
| boolean | _isTotal = false |
| String | _key |
| double | _rawTotal |
| DRRecord | _record |
| Number | _totalValue |
| DRValue | ( | DRRecord | rec, | |
| DRAttribute | att | |||
| ) |
| DRValue | ( | double | tot, | |
| DRAttribute | att | |||
| ) |
| DRValue | ( | ) |
| DRAttribute attribute | ( | ) |
| NSArray flatValues | ( | ) |
Reimplemented in DRValueGroup.
| DRValue initAsNull | ( | ) |
| boolean isGroup | ( | ) |
Reimplemented in DRValueGroup.
| boolean isNull | ( | ) |
| boolean isTotal | ( | ) |
| String key | ( | ) |
| static DRValue nullTotal | ( | ) | [static] |
| DRRecord record | ( | ) |
| void setTotal | ( | double | tot | ) |
| boolean shouldTotal | ( | ) |
| double total | ( | ) |
Reimplemented in DRValueGroup.
| Object val | ( | ) |
| static DRValue withRecordAttribute | ( | DRRecord | rec, | |
| DRAttribute | att | |||
| ) | [static] |
Reimplemented in DRValueGroup.
| static DRValue withTotalAttribute | ( | double | tot, | |
| DRAttribute | att | |||
| ) | [static] |
DRAttribute _attribute [protected] |
boolean _isGroup = false [protected] |
boolean _isNull = false [protected] |
boolean _isTotal = false [protected] |
double _rawTotal [protected] |
Number _totalValue [protected] |
1.5.8