edu.ucsb.adl.reports
Class BucketReport.RangeTemporalValue

java.lang.Object
  |
  +--edu.ucsb.adl.reports.BucketReport.Value
        |
        +--edu.ucsb.adl.reports.BucketReport.TemporalValue
              |
              +--edu.ucsb.adl.reports.BucketReport.RangeTemporalValue
Enclosing class:
BucketReport

public static final class BucketReport.RangeTemporalValue
extends BucketReport.TemporalValue

A range temporal value.


Field Summary
 java.lang.String begin
          The begin Gregorian calendar date of the date range in the format yyyy[-mm[-dd]].
 java.lang.String end
          The end Gregorian calendar date of the date range in the format yyyy[-mm[-dd]].
 
Fields inherited from class edu.ucsb.adl.reports.BucketReport.Value
field
 
Constructor Summary
BucketReport.RangeTemporalValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

begin

public java.lang.String begin
The begin Gregorian calendar date of the date range in the format yyyy[-mm[-dd]].


end

public java.lang.String end
The end Gregorian calendar date of the date range in the format yyyy[-mm[-dd]]. begin and end have the same precision.

Constructor Detail

BucketReport.RangeTemporalValue

public BucketReport.RangeTemporalValue()