Package org.openflexo.pamela.validation
Class ConsistencySuccessfullyChecked<R extends ValidationRule<R,V>,V extends Validable>
- java.lang.Object
-
- org.openflexo.pamela.validation.ValidationIssue<R,V>
-
- org.openflexo.pamela.validation.InformationIssue<R,V>
-
- org.openflexo.pamela.validation.ConsistencySuccessfullyChecked<R,V>
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
public class ConsistencySuccessfullyChecked<R extends ValidationRule<R,V>,V extends Validable> extends InformationIssue<R,V>
Represents a validation issue requiring to attention: contains an information message only
-
-
Field Summary
-
Fields inherited from class org.openflexo.pamela.validation.ValidationIssue
DELETED_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ConsistencySuccessfullyChecked(V anObject, java.lang.String aMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.openflexo.pamela.validation.ValidationIssue
delete, getCause, getDeletedProperty, getDetailedInformations, getMessage, getPropertyChangeSupport, getTypeName, getValidable, getValidationReport, isProblemIssue, propertyChange, revalidateAfterFixing, setCause, setMessage, setValidationReport
-
-
-
-
Constructor Detail
-
ConsistencySuccessfullyChecked
public ConsistencySuccessfullyChecked(V anObject, java.lang.String aMessage)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classInformationIssue<R extends ValidationRule<R,V>,V extends Validable>
-
-