All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.AttributeSetInfo

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

public class AttributeSetInfo
extends Explain
AttributeSetInfo is an Explain record.

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

Variable Index

 o attributeSet
AttributeSetId
 o attributeType
Array of Attributes in this set
 o description
Text description of attribute set
 o name
Name

Constructor Index

 o AttributeSetInfo()
 o AttributeSetInfo(DataDir)
Decodes the DataDir representation of an AttributeSetInfo Explain record into an AttributeSetInfo object.

Method Index

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

Variables

 o attributeSet
 public String attributeSet
AttributeSetId

 o name
 public String name
Name

 o attributeType
 public AttributeType attributeType[]
Array of Attributes in this set

 o description
 public String description
Text description of attribute set

Constructors

 o AttributeSetInfo
 public AttributeSetInfo()
 o AttributeSetInfo
 public AttributeSetInfo(DataDir t) throws InstantiationException
Decodes the DataDir representation of an AttributeSetInfo Explain record into an AttributeSetInfo object.

Parameters:
t - an AttributeSetInfo Explain record
Throws: InstantiationException
when the DataDir is not constructed as expected

Methods

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

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index