org.wsmo.validator
Interface ValidationMessage

All Known Subinterfaces:
AttributeError, LogicalExpressionError, ValidationError, ValidationWarning

public interface ValidationMessage

Gives Structure to a validation message.

  Created on January 16, 2006
  Committed by $Author: nathaliest $
  $Source: /cvsroot/wsmo4j/wsmo-api/org/wsmo/validator/ValidationMessage.java,v $,
 

Version:
$Revision: 1.1 $ $Date: 2006/01/16 13:32:46 $
Author:
nathalie.steinmetz@deri.org

Method Summary
 Entity getEntity()
          Returns the entity in which the violatin occured
 java.lang.String getQuickFix()
          Returns the String representation of the quick Fix possibility.
 java.lang.String getReason()
          Returns the String representation of the error in Entity
 

Method Detail

getEntity

Entity getEntity()
Returns the entity in which the violatin occured

Returns:
an entity

getReason

java.lang.String getReason()
Returns the String representation of the error in Entity

Returns:
a String

getQuickFix

java.lang.String getQuickFix()
Returns the String representation of the quick Fix possibility.

Returns:
a String