public class CascadingParameterTypeValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
Constructor and Description |
---|
CascadingParameterTypeValidator() |
Modifier and Type | Method and Description |
---|---|
static CascadingParameterTypeValidator |
getInstance()
Returns the instance of this validator.
|
java.util.List<SemanticException> |
validate(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element)
Validates whether the type of the parameter is valid.
|
public static CascadingParameterTypeValidator 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 parameter toSemanticException
.Copyright © 2008 Actuate Corp. All rights reserved.