public static class AlarmNameFormat.AlarmNameConstraint extends Object implements Constraint<AlarmNameFormat,String>
| Constructor and Description |
|---|
AlarmNameConstraint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(AlarmNameFormat annotation,
String value)
For each value or parameter which should be checked this method will be invoked.
|
public boolean isValid(AlarmNameFormat annotation, String value)
ConstraintisValid in interface Constraint<AlarmNameFormat,String>annotation - the annotation to matchvalue - the value to be checked