Public Member Functions

Object getParsed ()
 
String getName ()
 
String getRawString ()
 

Detailed Description

A particular parsed field.

Since
5.6

Member Function Documentation

Object getParsed ( )

The parsed value of the field.

Returns
Depending on the field type, the returned object is a Integer, Float. String, List or Map. Consult the format documentation for more details.
Since
5.6
String getName ( )

The name of the field.

Returns
the name
Since
5.6
String getRawString ( )

The rawString of the field, e.g.

as it appears in the data.

Returns
the raw string
Since
5.6

The documentation for this class was generated from the following file:
  • Field.java