Package org.beanio.internal.parser
Interface Value
-
public interface Value
Stores special property values.- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
INVALID
Constant indicating the field did not pass validation.static java.lang.String
MISSING
Constant indicating the field was not present in the streamstatic java.lang.String
NIL
Constant indicating the field was nil (XML only)
-
-
-
Field Detail
-
INVALID
static final java.lang.String INVALID
Constant indicating the field did not pass validation.
-
MISSING
static final java.lang.String MISSING
Constant indicating the field was not present in the stream
-
NIL
static final java.lang.String NIL
Constant indicating the field was nil (XML only)
-
-