edu.ucsb.adl.reports
Class BucketReport.IdentificationValue

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

public static final class BucketReport.IdentificationValue
extends BucketReport.Value

An identification bucket value, i.e., an identifier drawn from a namespace.


Field Summary
 java.lang.String identifier
          The identifier.
 java.lang.String namespace
          The identifier's namespace, or null if the namespace is unknown.
 
Fields inherited from class edu.ucsb.adl.reports.BucketReport.Value
field
 
Constructor Summary
BucketReport.IdentificationValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

public java.lang.String identifier
The identifier.


namespace

public java.lang.String namespace
The identifier's namespace, or null if the namespace is unknown.

Constructor Detail

BucketReport.IdentificationValue

public BucketReport.IdentificationValue()