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
-
keys
- List of mappings to convert key codes into more readable tags
-
OID
-
Object identifier for this field
-
restWords
- List of mappings to convert restrictor words to more readable text
-
topicsInts
- List of integer values for the topics covered by this site or this
database
-
topicsStrings
- List of String names for the topics covered by this site or this
database
-
typesInts
-
List of integer values for the types of databases represented by this
site or this database
-
typesStrings
- List of String names for the types of databases represented by this
site or this database
-
oclcUserInformation4()
-
-
oclcUserInformation4(DataDir)
-
-
toDataDir()
-
-
toString()
-
OID
public static final String OID
- Object identifier for this field
typesInts
public int typesInts[]
- List of integer values for the types of databases represented by this
site or this database
typesStrings
public String typesStrings[]
- List of String names for the types of databases represented by this
site or this database
topicsInts
public int topicsInts[]
- List of integer values for the topics covered by this site or this
database
topicsStrings
public String topicsStrings[]
- List of String names for the topics covered by this site or this
database
restWords
public restrictorWords restWords[]
- List of mappings to convert restrictor words to more readable text
keys
public storedKeys keys[]
- List of mappings to convert key codes into more readable tags
oclcUserInformation4
public oclcUserInformation4()
oclcUserInformation4
public oclcUserInformation4(DataDir userInformationField)
toDataDir
public DataDir toDataDir()
- Returns:
- DataDir for an oclcUserInformation1
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index