public class StructureValidator
extends org.eclipse.birt.report.model.validators.AbstractPropertyValidator
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
NAME
Name of this validator.
|
| 构造器和说明 |
|---|
StructureValidator() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StructureValidator |
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 specific property of the given element in report.
|
public static final java.lang.String NAME
public static StructureValidator 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)
org.eclipse.birt.report.model.validators.AbstractPropertyValidatorvalidate 在类中 org.eclipse.birt.report.model.validators.AbstractPropertyValidatormodule - the moduleelement - the given element to validatepropName - name of the property to validateSemanticException.Copyright © 2008 Actuate Corp. All rights reserved.