Class UnvalidatedValue

java.lang.Object
ca.phon.extensions.UnvalidatedValue

public class UnvalidatedValue extends Object

A container for unvalidated data. This class may be attached to a tier which the data entered by the user or data read from disk is not parse-able.

  • Constructor Details

    • UnvalidatedValue

      public UnvalidatedValue()
    • UnvalidatedValue

      public UnvalidatedValue(String value)
    • UnvalidatedValue

      public UnvalidatedValue(String value, ParseException pe)
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getParseError

      public ParseException getParseError()
    • setParseError

      public void setParseError(ParseException pe)