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
-
LENGTH
-
-
DTE_String()
-
-
compares(DTE_String)
-
-
copyTo(DTE_Type)
-
-
equals(DTE_String)
-
-
getType()
-
-
getValue(char[])
-
-
print(PrintStream)
-
-
print(PrintWriter)
-
-
read(StreamTokenizer)
- This function truncate the input string if it is more than LENGTH.
-
setValue(char[])
-
-
toString()
-
LENGTH
public static final int LENGTH
DTE_String
public DTE_String()
getType
public TypeDesc getType()
- Overrides:
- getType in class DTE_Type
getValue
public int getValue(char a[])
setValue
public void setValue(char str[])
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
print
public void print(PrintWriter ps)
- Overrides:
- print in class DTE_Type
toString
public String toString()
- Overrides:
- toString 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
equals
public boolean equals(DTE_String str)
compares
public int compares(DTE_String str)
All Packages Class Hierarchy This Package Previous Next Index