public class DataSetResultSetValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
DataSet
.Constructor and Description |
---|
DataSetResultSetValidator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DataSetResultSetValidator |
getInstance()
Deprecated.
Returns the singleton validator instance.
|
java.util.List<SemanticException> |
validate(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element)
Deprecated.
Validates whether the result set of the given data set has no column
defined.
|
public static DataSetResultSetValidator getInstance()
public java.util.List<SemanticException> validate(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
validate
in class org.eclipse.birt.report.model.validators.AbstractElementValidator
module
- the moduleelement
- the data set to validateSemanticException
.Copyright © 2008 Actuate Corp. All rights reserved.