All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Types.DTE_Double

java.lang.Object
   |
   +----Types.DTE_Type
           |
           +----Types.DTE_Double

public class DTE_Double
extends DTE_Type

Constructor Index

 o DTE_Double()
 o DTE_Double(double)

Method Index

 o copyTo(DTE_Type)
 o getType()
 o getValue()
 o print(PrintStream)
 o print(PrintWriter)
 o read(StreamTokenizer)
 o setValue(double)
 o toString()

Constructors

 o DTE_Double
 public DTE_Double()
 o DTE_Double
 public DTE_Double(double i)

Methods

 o toString
 public String toString()
Overrides:
toString in class DTE_Type
 o getType
 public TypeDesc getType()
Overrides:
getType in class DTE_Type
 o getValue
 public double getValue()
 o setValue
 public void setValue(double d)
 o read
 public boolean read(StreamTokenizer st) throws IOException
Overrides:
read in class DTE_Type
 o print
 public void print(PrintWriter ps)
Overrides:
print in class DTE_Type
 o print
 public void print(PrintStream ps)
Overrides:
print in class DTE_Type
 o copyTo
 public void copyTo(DTE_Type d)
Overrides:
copyTo in class DTE_Type

All Packages  Class Hierarchy  This Package  Previous  Next  Index