Class FieldParsedData


  • public class FieldParsedData
    extends java.lang.Object
    Parsed data.
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldParsedData​(FieldDataFormat type, java.lang.String value)
      Constructs FieldParsedData with the given params.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FieldDataFormat getType()
      Getter for type field.
      java.lang.String getValue()
      Getter for value field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldParsedData

        public FieldParsedData​(FieldDataFormat type,
                               java.lang.String value)
        Constructs FieldParsedData with the given params.
        Parameters:
        type - Parsing type.
        value - Parsed value.
    • Method Detail

      • getType

        public FieldDataFormat getType()
        Getter for type field. See constructor documentation for more information about the field.
        Returns:
        type
      • getValue

        public java.lang.String getValue()
        Getter for value field. See constructor documentation for more information about the field.
        Returns:
        value