All Packages Class Hierarchy This Package Previous Next Index
Class ORG.oclc.z39.storedKeys
java.lang.Object
|
+----ORG.oclc.z39.storedKeys
- public class storedKeys
- extends Object
storedKeys is a mapping that provides tags for data in truncated records.
The Explain database contains the mappings.
- Version:
- @(#)storedKeys.java 1.1 07/09/97
-
keyCode
-
-
keyName
-
-
storedKeys(String, String)
-
-
toDataDir()
-
-
toString()
-
keyCode
public String keyCode
keyName
public String keyName
storedKeys
public storedKeys(String code,
String name)
- Parameters:
- code - used in keys stored in the truncated record
- name - displayable tag for the key
toDataDir
public DataDir toDataDir()
- Returns:
- DataDir to go into an Explain record
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index