public abstract class Record
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getRecordLength(lev.LImport in) |
java.lang.String |
getType() |
abstract java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
abstract java.lang.String |
toString()
Returns a short summary/title of the record.
|
public abstract java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.String print()
public java.lang.String getType()
public int getRecordLength(lev.LImport in)
in
-