Package org.beanio.internal.parser
Interface Value
-
public interface ValueStores special property values.- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINVALIDConstant indicating the field did not pass validation.static java.lang.StringMISSINGConstant indicating the field was not present in the streamstatic java.lang.StringNILConstant 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)
-
-