public class StructureReferenceValidator
extends org.eclipse.birt.report.model.validators.AbstractPropertyValidator
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
NAME
Name of this validator.
|
| 构造器和说明 |
|---|
StructureReferenceValidator() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 org.eclipse.birt.report.model.validators.AbstractPropertyValidatormodule - the moduleelement - the element holding the structure reference propertypropName - the name of the structure reference propertySemanticException.Copyright © 2008 Actuate Corp. All rights reserved.