Package ca.phon.extensions
Class UnvalidatedValue
java.lang.Object
ca.phon.extensions.UnvalidatedValue
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 Summary
ConstructorDescriptionUnvalidatedValue
(String value) UnvalidatedValue
(String value, ParseException pe) -
Method Summary
-
Constructor Details
-
UnvalidatedValue
public UnvalidatedValue() -
UnvalidatedValue
-
UnvalidatedValue
-
-
Method Details
-
getValue
-
setValue
-
getParseError
-
setParseError
-