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
-
DTE_Double()
-
-
DTE_Double(double)
-
-
copyTo(DTE_Type)
-
-
getType()
-
-
getValue()
-
-
print(PrintStream)
-
-
print(PrintWriter)
-
-
read(StreamTokenizer)
-
-
setValue(double)
-
-
toString()
-
DTE_Double
public DTE_Double()
DTE_Double
public DTE_Double(double i)
toString
public String toString()
- Overrides:
- toString in class DTE_Type
getType
public TypeDesc getType()
- Overrides:
- getType in class DTE_Type
getValue
public double getValue()
setValue
public void setValue(double d)
read
public boolean read(StreamTokenizer st) throws IOException
- Overrides:
- read in class DTE_Type
print
public void print(PrintWriter ps)
- Overrides:
- print in class DTE_Type
print
public void print(PrintStream ps)
- Overrides:
- print in class DTE_Type
copyTo
public void copyTo(DTE_Type d)
- Overrides:
- copyTo in class DTE_Type
All Packages Class Hierarchy This Package Previous Next Index