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$,
 

Version:
$Revision: 1481 $ $Date: 2006-01-16 15:32:46 +0200 (Mon, 16 Jan 2006) $
Author:
nathalie.steinmetz@deri.org

Method Summary
 Entity getEntity()
          Returns the entity in which the violatin occured
 String getQuickFix()
          Returns the String representation of the quick Fix possibility.
 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

String getReason()
Returns the String representation of the error in Entity

Returns:
a String

getQuickFix

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

Returns:
a String


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.