Package ucar.unidata.data.point
Class TextPointDataSource.Metadata
java.lang.Object
ucar.unidata.data.point.TextPointDataSource.Metadata
- Enclosing class:
TextPointDataSource
Class Metadata holds the skipRows and the list of metadata items
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the delimitergetItems()
Get the Items property.Get the SkipPattern property.int
Get the SkipRows property.void
setDelimiter
(String delimiter) Set the delimitervoid
Set the Items property.void
setSkipPattern
(String value) Set the SkipPattern property.void
setSkipRows
(int value) Set the SkipRows property.
-
Constructor Details
-
Metadata
public Metadata()ctor -
Metadata
ctor- Parameters:
rows
- rows to skipdelimiter
- the delimiterskipPattern
- the skip patternitems
- metadata items
-
-
Method Details
-
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
Set the Items property.- Parameters:
value
- The new value for Items
-
getItems
Get the Items property.- Returns:
- The Items
-
setSkipPattern
Set the SkipPattern property.- Parameters:
value
- The new value for SkipPattern
-
getSkipPattern
Get the SkipPattern property.- Returns:
- The SkipPattern
-
getDelimiter
Get the delimiter- Returns:
- the delimiter
-
setDelimiter
Set the delimiter- Parameters:
delimiter
- the delimiter to set
-