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
-
DTE_Boolean()
-
-
DTE_Boolean(boolean)
-
-
copyTo(DTE_Type)
-
-
getType()
-
-
getValue()
-
-
print(PrintStream)
-
-
print(PrintWriter)
-
-
read(StreamTokenizer)
-
-
setValue(boolean)
-
-
toString()
-
DTE_Boolean
public DTE_Boolean()
DTE_Boolean
public DTE_Boolean(boolean b)
toString
public String toString()
- Overrides:
- toString in class DTE_Type
getType
public TypeDesc getType()
- Overrides:
- getType in class DTE_Type
getValue
public boolean getValue()
setValue
public void setValue(boolean b)
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