Package org.openflexo.pamela.validation
Class InformationIssue<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>
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Direct Known Subclasses:
ConsistencySuccessfullyChecked
public class InformationIssue<R extends ValidationRule<R,V>,V extends Validable> extends ValidationIssue<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 InformationIssue(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
-
InformationIssue
public InformationIssue(V anObject, java.lang.String aMessage)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Specified by:
toString
in classValidationIssue<R extends ValidationRule<R,V>,V extends Validable>
-
-