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
-
asn1Module
- An ASN.1 definition of the record for this category.
-
category
- Array of categories available in this Explain database.
-
description
- A description of the category.
-
originalCategory
- Mapping to the category name defined by the standard if the standard
category names are not used.
-
CategoryList(DataDir)
- Construct a CategoryList from a DataDir of a CategoryList record.
-
CategoryList(String[])
- Construct a CategoryList from an array of Strings.
-
toBerString()
-
Builds a BerString from this CategoryList object.
-
toDataDir()
- Builds a DataDir from this CategoryList object.
-
toString()
-
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.
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
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
All Packages Class Hierarchy This Package Previous Next Index