All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Types.DTE_String

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

public class DTE_String
extends DTE_Type
implements Cloneable

Variable Index

 o LENGTH

Constructor Index

 o DTE_String()

Method Index

 o compares(DTE_String)
 o copyTo(DTE_Type)
 o equals(DTE_String)
 o getType()
 o getValue(char[])
 o print(PrintStream)
 o print(PrintWriter)
 o read(StreamTokenizer)
This function truncate the input string if it is more than LENGTH.
 o setValue(char[])
 o toString()

Variables

 o LENGTH
 public static final int LENGTH

Constructors

 o DTE_String
 public DTE_String()

Methods

 o getType
 public TypeDesc getType()
Overrides:
getType in class DTE_Type
 o getValue
 public int getValue(char a[])
 o setValue
 public void setValue(char str[])
 o read
 public boolean read(StreamTokenizer st) throws IOException
This function truncate the input string if it is more than LENGTH.

Overrides:
read in class DTE_Type
 o print
 public void print(PrintWriter ps)
Overrides:
print in class DTE_Type
 o toString
 public String toString()
Overrides:
toString 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
 o equals
 public boolean equals(DTE_String str)
 o compares
 public int compares(DTE_String str)

All Packages  Class Hierarchy  This Package  Previous  Next  Index