|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.point.TextPointDataSource.Metadata
public static class TextPointDataSource.Metadata
Class Metadata holds the skipRows and the list of metadata items
| Constructor Summary | |
|---|---|
TextPointDataSource.Metadata()
ctor |
|
TextPointDataSource.Metadata(int rows,
String delimiter,
String skipPattern,
List items)
ctor |
|
| Method Summary | |
|---|---|
String |
getDelimiter()
Get the delimiter |
List |
getItems()
Get the Items property. |
String |
getSkipPattern()
Get the SkipPattern property. |
int |
getSkipRows()
Get the SkipRows property. |
void |
setDelimiter(String delimiter)
Set the delimiter |
void |
setItems(List value)
Set the Items property. |
void |
setSkipPattern(String value)
Set the SkipPattern property. |
void |
setSkipRows(int value)
Set the SkipRows property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextPointDataSource.Metadata()
public TextPointDataSource.Metadata(int rows,
String delimiter,
String skipPattern,
List items)
rows - rows to skipdelimiter - the delimiterskipPattern - the skip patternitems - metadata items| Method Detail |
|---|
public void setSkipRows(int value)
value - The new value for SkipRowspublic int getSkipRows()
public void setItems(List value)
value - The new value for Itemspublic List getItems()
public void setSkipPattern(String value)
value - The new value for SkipPatternpublic String getSkipPattern()
public String getDelimiter()
public void setDelimiter(String delimiter)
delimiter - the delimiter to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||