All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.BlobObject

java.lang.Object
   |
   +----PREDATOR.ADT.DataObject
           |
           +----PREDATOR.ADT.BlobObject

public class BlobObject
extends DataObject
Encapsulates all in-memory data regarding an type_blob ADT object.

See Also:
ADT_type_blob

Constructor Index

 o BlobObject()

Method Index

 o toString(ADTMetaInfo)
Prints the value of the type_blob

Constructors

 o BlobObject
 public BlobObject()

Methods

 o toString
 public String toString(ADTMetaInfo MetaInfo)
Prints the value of the type_blob

Parameters:
MetaInfo - The meta-info for this object
Returns:
A string holding the value of the type_blob
Overrides:
toString in class DataObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index