er.grouping
Class DRValue
java.lang.Object
er.grouping.DRValue
- Direct Known Subclasses:
- DRValueGroup
public class DRValue
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_record
protected DRRecord _record
_attribute
protected DRAttribute _attribute
_isGroup
protected boolean _isGroup
_isTotal
protected boolean _isTotal
_isNull
protected boolean _isNull
_totalValue
protected java.lang.Number _totalValue
_rawTotal
protected double _rawTotal
_key
protected java.lang.String _key
DRValue
public DRValue(DRRecord rec,
DRAttribute att)
DRValue
public DRValue(double tot,
DRAttribute att)
DRValue
public DRValue()
nullTotal
public static DRValue nullTotal()
withTotalAttribute
public static DRValue withTotalAttribute(double tot,
DRAttribute att)
withRecordAttribute
public static DRValue withRecordAttribute(DRRecord rec,
DRAttribute att)
initAsNull
public DRValue initAsNull()
isGroup
public boolean isGroup()
isTotal
public boolean isTotal()
isNull
public boolean isNull()
shouldTotal
public boolean shouldTotal()
key
public java.lang.String key()
attribute
public DRAttribute attribute()
record
public DRRecord record()
val
public java.lang.Object val()
total
public double total()
setTotal
public void setTotal(double tot)
flatValues
public com.webobjects.foundation.NSArray flatValues()
Copyright © 2002 – 2007 Project Wonder.