|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.util.FlatFileParser.Line
public static class FlatFileParser.Line
This class holds data about a line parsed by the FlatFileParser.parseHeaders() method.
FlatFileParser.getLine(int)| Method Summary | |
|---|---|
String |
line()
The entire line as it was read from the input stream. |
String |
name()
The name of the header if the line is a header line. |
FlatFileParser.LineType |
type()
The type of the line as determined by the FlatFileParser.parseHeaders() method. |
String |
value()
The value of the header if the line is a header line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String line()
public FlatFileParser.LineType type()
FlatFileParser.parseHeaders() method. The value is
one of the values in the FlatFileParser.LineType enumeration.
public String name()
public String value()
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||