phenote.dataadapter.worm
Class WormConstraint

java.lang.Object
  extended by phenote.dataadapter.AbstractCommitConstraint
      extended by phenote.dataadapter.worm.WormConstraint
All Implemented Interfaces:
Constraint

public class WormConstraint
extends AbstractCommitConstraint


Constructor Summary
WormConstraint()
           
 
Method Summary
protected  ConstraintStatus checkCharCommit(CharacterI chr)
          do constraint check for commit time on a character return ConstraintStatus indication if constraint passed and error msg
 ConstraintStatus checkCommit()
          do constraint check for commit time - should char list be passed in? return ConstraintStatus indication if constraint passed and error msg should only be called if isCommitConstraint is true
 
Methods inherited from class phenote.dataadapter.AbstractCommitConstraint
checkEachChar, checkEdit, isCommitConstraint, isEditConstraint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WormConstraint

public WormConstraint()
Method Detail

checkCommit

public ConstraintStatus checkCommit()
Description copied from class: AbstractCommitConstraint
do constraint check for commit time - should char list be passed in? return ConstraintStatus indication if constraint passed and error msg should only be called if isCommitConstraint is true

Specified by:
checkCommit in interface Constraint
Overrides:
checkCommit in class AbstractCommitConstraint

checkCharCommit

protected ConstraintStatus checkCharCommit(CharacterI chr)
do constraint check for commit time on a character return ConstraintStatus indication if constraint passed and error msg

Specified by:
checkCharCommit in class AbstractCommitConstraint