All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.CategoryList

java.lang.Object
   |
   +----ORG.oclc.z39.Explain
           |
           +----ORG.oclc.z39.CategoryList

public class CategoryList
extends Explain
CategoryList is an Explain record.

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

Variable Index

 o asn1Module
An ASN.1 definition of the record for this category.
 o category
Array of categories available in this Explain database.
 o description
A description of the category.
 o originalCategory
Mapping to the category name defined by the standard if the standard category names are not used.

Constructor Index

 o CategoryList(DataDir)
Construct a CategoryList from a DataDir of a CategoryList record.
 o CategoryList(String[])
Construct a CategoryList from an array of Strings.

Method Index

 o toBerString()
Builds a BerString from this CategoryList object.
 o toDataDir()
Builds a DataDir from this CategoryList object.
 o toString()

Variables

 o category
 public String category[]
Array of categories available in this Explain database.

 o originalCategory
 public String originalCategory[]
Mapping to the category name defined by the standard if the standard category names are not used.

 o description
 public String description[]
A description of the category.

 o asn1Module
 public String asn1Module[]
An ASN.1 definition of the record for this category.

Constructors

 o CategoryList
 public CategoryList(String c[])
Construct a CategoryList from an array of Strings.

Parameters:
c - array of categories
 o CategoryList
 public CategoryList(DataDir t) throws InstantiationException
Construct a CategoryList from a DataDir of a CategoryList record.

Parameters:
t - a CategoryList Explain record
Throws: InstantiationException
when the incoming DataDir is not formatted according to the standard

Methods

 o toDataDir
 public DataDir toDataDir()
Builds a DataDir from this CategoryList object.

 o toBerString
 public BerString toBerString()
Builds a BerString from this CategoryList object.

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index