ucar.unidata.data.point
Class TextPointDataSource.Metadata

java.lang.Object
  extended by ucar.unidata.data.point.TextPointDataSource.Metadata
Enclosing class:
TextPointDataSource

public static class TextPointDataSource.Metadata
extends Object

Class Metadata holds the skipRows and the list of metadata items

Author:
IDV Development Team

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

TextPointDataSource.Metadata

public TextPointDataSource.Metadata()
ctor


TextPointDataSource.Metadata

public TextPointDataSource.Metadata(int rows,
                                    String delimiter,
                                    String skipPattern,
                                    List items)
ctor

Parameters:
rows - rows to skip
delimiter - the delimiter
skipPattern - the skip pattern
items - metadata items
Method Detail

setSkipRows

public void setSkipRows(int value)
Set the SkipRows property.

Parameters:
value - The new value for SkipRows

getSkipRows

public int getSkipRows()
Get the SkipRows property.

Returns:
The SkipRows

setItems

public void setItems(List value)
Set the Items property.

Parameters:
value - The new value for Items

getItems

public List getItems()
Get the Items property.

Returns:
The Items

setSkipPattern

public void setSkipPattern(String value)
Set the SkipPattern property.

Parameters:
value - The new value for SkipPattern

getSkipPattern

public String getSkipPattern()
Get the SkipPattern property.

Returns:
The SkipPattern

getDelimiter

public String getDelimiter()
Get the delimiter

Returns:
the delimiter

setDelimiter

public void setDelimiter(String delimiter)
Set the delimiter

Parameters:
delimiter - the delimiter to set