vishnu.model.operations.tables.modification
Class NotNullConstraint

java.lang.Object
  extended by vishnu.model.operations.tables.modification.AbstractTableModificationConstraint
      extended by vishnu.model.operations.tables.modification.NotNullConstraint
All Implemented Interfaces:
TableModificationConstraint

public class NotNullConstraint
extends AbstractTableModificationConstraint

Author:
Hernan Rancati
 

Constructor Summary
NotNullConstraint()
           
 
Method Summary
 void perform(TableContext c, Record r, java.util.List<ConstraintViolation> constraintViolation)
          Contract: -subclasses must call this method after performing its own validation.
 
Methods inherited from class vishnu.model.operations.tables.modification.AbstractTableModificationConstraint
attach
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotNullConstraint

public NotNullConstraint()
Method Detail

perform

public void perform(TableContext c,
                    Record r,
                    java.util.List<ConstraintViolation> constraintViolation)
Description copied from class: AbstractTableModificationConstraint
Contract: -subclasses must call this method after performing its own validation.

Specified by:
perform in interface TableModificationConstraint
Overrides:
perform in class AbstractTableModificationConstraint