edu.ucsb.adl.reports
Class BucketReport.Field

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

public static final class BucketReport.Field
extends java.lang.Object

Identifies a source metadata field.


Field Summary
 java.lang.String name
          A human-readable name for the field, e.g., "[DC] Creator".
 java.lang.String uri
          A URI that uniquely names the field, e.g., "http://purl.org/dc/elements/1.1/creator".
 
Constructor Summary
BucketReport.Field()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

public java.lang.String uri
A URI that uniquely names the field, e.g., "http://purl.org/dc/elements/1.1/creator".


name

public java.lang.String name
A human-readable name for the field, e.g., "[DC] Creator".

Constructor Detail

BucketReport.Field

public BucketReport.Field()