public class StructureReferenceValidator
extends org.eclipse.birt.report.model.validators.AbstractPropertyValidator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
Name of this validator.
|
Constructor and Description |
---|
StructureReferenceValidator() |
Modifier and Type | Method and Description |
---|---|
static StructureReferenceValidator |
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,
java.lang.String propName)
Validates the structure reference value can refer to an actual structure.
|
public static final java.lang.String NAME
public static StructureReferenceValidator getInstance()
public java.util.List validate(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element, java.lang.String propName)
validate
in class org.eclipse.birt.report.model.validators.AbstractPropertyValidator
module
- the moduleelement
- the element holding the structure reference propertypropName
- the name of the structure reference propertySemanticException
.Copyright © 2008 Actuate Corp. All rights reserved.