public interface InvalidValuePolicy
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInvalid(DataItemValue value)
Checks if a value is considered invalid
|
DataItemValue |
processInvalid(DataItemValue value)
Process the invalid value
|
boolean isInvalid(DataItemValue value)
value - the value to checktrue if the value is considered invalid,
false false otherwiseDataItemValue processInvalid(DataItemValue value)
value - the input value, may be nullnull
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0