Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class restrictorWords

java.lang.Object
  |
  +--ORG.oclc.z39.restrictorWords

public class restrictorWords
extends Object

restrictorWords is a mapping that provides alternate text for restrictor values. The Explain database contains the mappings.


Field Summary
 String displayValue
           
 String restrictor
           
 int use
           
 
Constructor Summary
restrictorWords(int u, String r, String d)
           
 
Method Summary
 DataDir toDataDir()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

use

public int use

restrictor

public String restrictor

displayValue

public String displayValue
Constructor Detail

restrictorWords

public restrictorWords(int u,
                       String r,
                       String d)
Parameters:
u - use attribute for restrictor
r - restrictor word
d - display text for restrictor word
Method Detail

toDataDir

public DataDir toDataDir()
Returns:
DataDir to go into an Explain record

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final