public interface MissingValueDefinition
| Modifier and Type | Method and Description |
|---|---|
int |
getValueCount()
Returns the number of values specified as missing in this definition,
excluding
null and whitespace values. |
java.util.List |
getValues()
Returns the list of values specified as missing in this definition.
|
boolean |
isEnabled()
Returns
true if this definition is enabled. |
boolean |
isNullIncluded()
Returns
true if the null value is recognised as missing
by this definition. |
boolean |
isWhitespaceIncluded()
Returns
true if whitespace values are recognised as
missing by this definition. |
boolean isEnabled()
true if this definition is enabled. A definition
which is not enabled recognises no values as missing.true if this definition is enabledboolean isNullIncluded()
true if the null value is recognised as missing
by this definition.true if the null value is recognised as missingboolean isWhitespaceIncluded()
true if whitespace values are recognised as
missing by this definition.int getValueCount()
null and whitespace values. The result is the length of the list
returned by getValues.java.util.List getValues()
UnsupportedOperationException.Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.