edu.ucsb.adl.reports
Class BucketReport.RelationalValue

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

public static final class BucketReport.RelationalValue
extends BucketReport.Value

A relational bucket value.


Field Summary
 java.lang.String relation
          The relation.
 java.lang.String target
          The target item's ADL identifier, global or collection-local.
 
Fields inherited from class edu.ucsb.adl.reports.BucketReport.Value
field
 
Constructor Summary
BucketReport.RelationalValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relation

public java.lang.String relation
The relation.


target

public java.lang.String target
The target item's ADL identifier, global or collection-local.

Constructor Detail

BucketReport.RelationalValue

public BucketReport.RelationalValue()