org.z3950.zing.cql
Class CQLPrefix

java.lang.Object
  extended by org.z3950.zing.cql.CQLPrefix

public class CQLPrefix
extends Object

Represents a CQL prefix mapping from short name to long identifier.


Method Summary
 String getIdentifier()
          The full identifier name of the prefix mapping.
 String getName()
          The short name of the prefix mapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
The short name of the prefix mapping. That is, the prefix itself, such as dc, as it might be used in an index like dc.title.


getIdentifier

public String getIdentifier()
The full identifier name of the prefix mapping. That is, typically, a URI permanently allocated to a specific index set, such as http://zthes.z3950.org/cql/1.0.



Copyright © 2008-2014 Index Data. All Rights Reserved.