Project Wonder 5.0.0.8794

er.grouping
Class DRRecord

java.lang.Object
  extended by er.grouping.DRRecord

public class DRRecord
extends Object


Field Summary
protected  NSMutableArray _flatValueList
           
protected  DRReportModel _model
           
protected  NSKeyValueCodingAdditions _rawRecord
           
protected  NSMutableArray _valueList
           
 
Constructor Summary
DRRecord()
           
 
Method Summary
 NSArray attributeList()
           
 NSArray flatValueList()
           
 DRRecord initWithRawRecord(NSKeyValueCodingAdditions rawr, DRReportModel aMod)
           
 DRReportModel model()
           
 void populateValueList()
           
 NSKeyValueCodingAdditions rawRecord()
           
 DRValue valueForAttributeRecord(DRAttribute att, DRRecord rec)
           
 Object valueForKey(String key)
           
 NSArray valueList()
           
static DRRecord withRawRecordModel(NSKeyValueCodingAdditions rawr, DRReportModel aMod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rawRecord

protected NSKeyValueCodingAdditions _rawRecord

_model

protected DRReportModel _model

_valueList

protected NSMutableArray _valueList

_flatValueList

protected NSMutableArray _flatValueList
Constructor Detail

DRRecord

public DRRecord()
Method Detail

withRawRecordModel

public static DRRecord withRawRecordModel(NSKeyValueCodingAdditions rawr,
                                          DRReportModel aMod)

populateValueList

public void populateValueList()

valueForAttributeRecord

public DRValue valueForAttributeRecord(DRAttribute att,
                                       DRRecord rec)

initWithRawRecord

public DRRecord initWithRawRecord(NSKeyValueCodingAdditions rawr,
                                  DRReportModel aMod)

rawRecord

public NSKeyValueCodingAdditions rawRecord()

valueForKey

public Object valueForKey(String key)

valueList

public NSArray valueList()

flatValueList

public NSArray flatValueList()

model

public DRReportModel model()

attributeList

public NSArray attributeList()

Last updated: Thu, Jan 8, 2009 • 12:32 PM EST

Copyright © 2002 – 2007 Project Wonder.