Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class CategoryList

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

public class CategoryList
extends Explain

CategoryList is an Explain record.


Field Summary
 String[] asn1Module
          An ASN.1 definition of the record for this category.
 String[] category
          Array of categories available in this Explain database.
 String[] description
          A description of the category.
 String[] originalCategory
          Mapping to the category name defined by the standard if the standard category names are not used.
 
Constructor Summary
CategoryList(DataDir t)
          Construct a CategoryList from a DataDir of a CategoryList record.
CategoryList(String[] c)
          Construct a CategoryList from an array of Strings.
 
Method Summary
 BerString toBerString()
          Builds a BerString from this CategoryList object.
 DataDir toDataDir()
          Builds a DataDir from this CategoryList object.
 String toString()
           
 
Methods inherited from class ORG.oclc.z39.Explain
getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

category

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

originalCategory

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

description

public String[] description
A description of the category.

asn1Module

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

CategoryList

public CategoryList(String[] c)
Construct a CategoryList from an array of Strings.
Parameters:
c - array of categories

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
Method Detail

toDataDir

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

toBerString

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

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final