public class ElementExtendsValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
Modifier and Type | Field and Description |
---|---|
protected static ElementExtendsValidator |
instance
The singleton instance of the validator.
|
static java.lang.String |
NAME
Name of this validator.
|
Constructor and Description |
---|
ElementExtendsValidator() |
Modifier and Type | Method and Description |
---|---|
static ElementExtendsValidator |
getInstance()
Returns the singleton validator instance.
|
java.util.List |
validate(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element)
Validates the element reference value can refer to an actual element.
|
public static final java.lang.String NAME
protected static final ElementExtendsValidator instance
public static ElementExtendsValidator getInstance()
public java.util.List 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 element to validateSemanticException
.Copyright © 2008 Actuate Corp. All rights reserved.