edu.ucsb.adl.reports
Class StandardBuckets

java.lang.Object
  |
  +--edu.ucsb.adl.reports.StandardBuckets

public final class StandardBuckets
extends java.lang.Object

The names and types of the standard ADL buckets.

Version:
$Header: /export/home/gjanee/utils/reports/edu/ucsb/adl/reports/RCS/StandardBuckets.java,v 1.1 2007/02/19 17:36:14 gjanee Exp $

$Log: StandardBuckets.java,v $ Revision 1.1 2007/02/19 17:36:14 gjanee Initial revision

Author:
Greg Janée
Alexandria Digital Library

Method Summary
static java.lang.Integer getType(java.lang.String name)
          Returns the type of a standard ADL bucket.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public static java.lang.Integer getType(java.lang.String name)
Returns the type of a standard ADL bucket.

Parameters:
name - The bucket name, e.g., "adl:geographic-locations".
Returns:
The bucket type as a BucketReportDtd element code, or null if the bucket is not a standard ADL bucket.