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
-
attributeSet
- AttributeSetId
-
attributeType
- Array of Attributes in this set
-
description
- Text description of attribute set
-
name
- Name
-
AttributeSetInfo()
-
-
AttributeSetInfo(DataDir)
- Decodes the DataDir representation of an AttributeSetInfo Explain record
into an AttributeSetInfo object.
-
toBerString()
- Builds a BerString from this AttributeSetInfo object.
-
toDataDir()
- Builds a DataDir from this AttributeSetInfo object.
-
toString()
-
attributeSet
public String attributeSet
- AttributeSetId
name
public String name
- Name
attributeType
public AttributeType attributeType[]
- Array of Attributes in this set
description
public String description
- Text description of attribute set
AttributeSetInfo
public AttributeSetInfo()
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
toDataDir
public DataDir toDataDir()
- Builds a DataDir from this AttributeSetInfo object.
toBerString
public BerString toBerString()
- Builds a BerString from this AttributeSetInfo object.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index