Package com.exedio.cope
Interface CheckingSettable<E>
-
- All Superinterfaces:
Settable<E>
- All Known Implementing Classes:
MoneyField
public interface CheckingSettable<E> extends Settable<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
check(E value, FieldValues fieldValues)
-
Methods inherited from interface com.exedio.cope.Settable
execute, getInitialExceptions, getInitialType, isFinal, isInitial, isMandatory, map
-
-
-
-
Method Detail
-
check
void check(E value, FieldValues fieldValues)
-
-