X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fz3950%2Fzing%2Fcql%2FCQLPrefix.java;h=fd751a700e48556894e9c2e3642ae7890aa6edd0;hb=08b7134bda92b6a33c57c7c6c333dacf1461c7c7;hp=42edfc10119e1477da0a9768aeabcd52cae9263c;hpb=64483d3d31c182adfb96fd75f8be10ff9f374d34;p=cql-java-moved-to-github.git diff --git a/src/org/z3950/zing/cql/CQLPrefix.java b/src/org/z3950/zing/cql/CQLPrefix.java index 42edfc1..fd751a7 100644 --- a/src/org/z3950/zing/cql/CQLPrefix.java +++ b/src/org/z3950/zing/cql/CQLPrefix.java @@ -1,4 +1,4 @@ -// $Id: CQLPrefix.java,v 1.1 2002-11-14 22:04:16 mike Exp $ +// $Id: CQLPrefix.java,v 1.4 2002-11-20 09:49:29 mike Exp $ package org.z3950.zing.cql; import java.lang.String; @@ -6,22 +6,22 @@ import java.lang.String; /** * Represents a CQL prefix mapping from short name to long identifier. * - * @version $Id: CQLPrefix.java,v 1.1 2002-11-14 22:04:16 mike Exp $ + * @version $Id: CQLPrefix.java,v 1.4 2002-11-20 09:49:29 mike Exp $ */ public class CQLPrefix { /** - * The short name of the prefix mapping - that is, the prefix + * The short name of the prefix mapping. That is, the prefix * itself, such as dc, as it might be used in a qualifier * like dc.title. */ - String name; + public String name; /** - * The full identifier name of the prefix mapping - that is, the prefix - * itself, such as dc, as it might be used in a qualifier - * like dc.title. + * The full identifier name of the prefix mapping. That is, + * typically, a URI permanently allocated to a specific qualifier + * set, such as http://zthes.z3950.org/cql/1.0. */ - String identifier; + public String identifier; /** * Creates a new CQLPrefix mapping, which maps the specified name