All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.oclcUserInformation4

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

public class oclcUserInformation4
extends Object
oclcUserInformation4 is part of a DatabaseInfo or a TargeteInfo Explain record. It is in the commonInfo field.

Version:
@(#)oclcUserInformation4.java 1.1 07/09/97

Variable Index

 o keys
List of mappings to convert key codes into more readable tags
 o OID
Object identifier for this field
 o restWords
List of mappings to convert restrictor words to more readable text
 o topicsInts
List of integer values for the topics covered by this site or this database
 o topicsStrings
List of String names for the topics covered by this site or this database
 o typesInts
List of integer values for the types of databases represented by this site or this database
 o typesStrings
List of String names for the types of databases represented by this site or this database

Constructor Index

 o oclcUserInformation4()
 o oclcUserInformation4(DataDir)

Method Index

 o toDataDir()
 o toString()

Variables

 o OID
 public static final String OID
Object identifier for this field

 o typesInts
 public int typesInts[]
List of integer values for the types of databases represented by this site or this database

 o typesStrings
 public String typesStrings[]
List of String names for the types of databases represented by this site or this database

 o topicsInts
 public int topicsInts[]
List of integer values for the topics covered by this site or this database

 o topicsStrings
 public String topicsStrings[]
List of String names for the topics covered by this site or this database

 o restWords
 public restrictorWords restWords[]
List of mappings to convert restrictor words to more readable text

 o keys
 public storedKeys keys[]
List of mappings to convert key codes into more readable tags

Constructors

 o oclcUserInformation4
 public oclcUserInformation4()
 o oclcUserInformation4
 public oclcUserInformation4(DataDir userInformationField)

Methods

 o toDataDir
 public DataDir toDataDir()
Returns:
DataDir for an oclcUserInformation1
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index