All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.DateMetaInfo

java.lang.Object
   |
   +----PREDATOR.ADT.ADTMetaInfo
           |
           +----PREDATOR.ADT.DateMetaInfo

public class DateMetaInfo
extends ADTMetaInfo
The meta-info for the Date ADT.

See Also:
ADT_date, newMetaInfo

Variable Index

 o DefaultFormat

Constructor Index

 o DateMetaInfo()

Method Index

 o toString()
Provides a textual version of this object suitable for user-display.

Variables

 o DefaultFormat
 public static char DefaultFormat[]

Constructors

 o DateMetaInfo
 public DateMetaInfo()

Methods

 o toString
 public String toString()
Provides a textual version of this object suitable for user-display.

Returns:
A textual version of this object
Overrides:
toString in class ADTMetaInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index