BeanIO 2.0.4

org.beanio.internal.parser
Interface Value


public interface Value

Stores special property values.

Since:
2.0
Author:
Kevin Seim

Field Summary
static String INVALID
          Constant indicating the field did not pass validation.
static String MISSING
          Constant indicating the field was not present in the stream
static String NIL
          Constant indicating the field was nil (XML only)
 

Field Detail

INVALID

static final String INVALID
Constant indicating the field did not pass validation.


MISSING

static final String MISSING
Constant indicating the field was not present in the stream


NIL

static final String NIL
Constant indicating the field was nil (XML only)


BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim