edu.ucsb.adl.middleware
Class Query.Field

java.lang.Object
  |
  +--edu.ucsb.adl.middleware.Query.Field
Enclosing class:
Query

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

Identifies a metadata field.


Field Summary
 java.lang.String name
          A human-readable name for the field (e.g., "Creator"), or null.
 java.lang.String uri
          A URI that unambiguously identifies the field, e.g., the Dublin Core Creator field is identified by "http://purl.org/dc/elements/1.1/creator".
 
Constructor Summary
Query.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 unambiguously identifies the field, e.g., the Dublin Core Creator field is identified by "http://purl.org/dc/elements/1.1/creator".


name

public java.lang.String name
A human-readable name for the field (e.g., "Creator"), or null.

Constructor Detail

Query.Field

public Query.Field()