Changeset 2317 for trunk/java-client/org


Ignore:
Timestamp:
2001-04-14T17:29:37+12:00 (23 years ago)
Author:
daven
Message:

treat Greenstone terms as constants, e.g. collectionextra, iconcollectionsmall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/util/NzdlConstants.java

    r2314 r2317  
    4040  String BOOLEAN_STRING = "boolean";
    4141  String RANKED_STRING = "ranked";
     42
     43
     44
     45    /* Greenstone metadata names */
     46
     47
     48 String LONG_COLLECTION_NAME = "collectionname";
     49 String ICON = "iconcollection";
     50 String SMALL_ICON = "iconcollectionsmall";
     51 String COLLECTION_DESCRIPTION = "collectionextra";
     52
     53
     54
     55
    4256
    4357
Note: See TracChangeset for help on using the changeset viewer.