org.qi4j.library.alarm
Class AlarmNameFormat.AlarmNameConstraint

java.lang.Object
  extended by org.qi4j.library.alarm.AlarmNameFormat.AlarmNameConstraint
All Implemented Interfaces:
java.io.Serializable, Constraint<AlarmNameFormat,java.lang.String>
Enclosing class:
AlarmNameFormat

public static class AlarmNameFormat.AlarmNameConstraint
extends java.lang.Object
implements Constraint<AlarmNameFormat,java.lang.String>

See Also:
Serialized Form

Constructor Summary
AlarmNameFormat.AlarmNameConstraint()
           
 
Method Summary
 boolean isValid(AlarmNameFormat annotation, java.lang.String value)
          For each value or parameter which should be checked this method will be invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlarmNameFormat.AlarmNameConstraint

public AlarmNameFormat.AlarmNameConstraint()
Method Detail

isValid

public boolean isValid(AlarmNameFormat annotation,
                       java.lang.String value)
Description copied from interface: Constraint
For each value or parameter which should be checked this method will be invoked. If the method returns true the value is valid. If it returns false the value is considered invalid. When all constraints have been checked a ConstraintViolationException will be thrown with all the constraint violations that were found.

Specified by:
isValid in interface Constraint<AlarmNameFormat,java.lang.String>
Parameters:
annotation - the annotation to match
value - the value to be checked
Returns:
true if valid, false if invalid