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.
use
public int use
restrictor
public String restrictor
displayValue
public String displayValue
restrictorWords
public restrictorWords(int u,
String r,
String d)
- Parameters:
u
- use attribute for restrictorr
- restrictor wordd
- display text for restrictor word
toDataDir
public DataDir toDataDir()
- Returns:
- DataDir to go into an Explain record
toString
public String toString()
- Overrides:
- toString in class Object