org.eclipse.actf.validation.reports
Class ReportElement

java.lang.Object
  extended by org.eclipse.actf.validation.reports.ReportElement
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreationContext, ValidationReportRecord

public abstract class ReportElement
extends Object
implements Serializable

abstract class for any element of a validation report.

Author:
Mike Squillace
See Also:
Serialized Form

Constructor Summary
ReportElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportElement

public ReportElement()