All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Types.DTE_Boolean

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

public class DTE_Boolean
extends DTE_Type

Constructor Index

 o DTE_Boolean()
 o DTE_Boolean(boolean)

Method Index

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

Constructors

 o DTE_Boolean
 public DTE_Boolean()
 o DTE_Boolean
 public DTE_Boolean(boolean b)

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 boolean getValue()
 o setValue
 public void setValue(boolean b)
 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