public class SortHint
extends org.eclipse.birt.report.model.core.PropertyStructure
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
COLUMN_NAME_MEMBER
Name of the column name member.
|
static java.lang.String |
DIRECTION_MEMBER
Name of the direction member.
|
static java.lang.String |
IS_OPTIONAL_MEMBER
Name of the isOptional member.
|
static java.lang.String |
NULL_VALUE_ORDERING_MEMBER
Name of the nullValueOrdering member.
|
static java.lang.String |
POSITION_MEMBER
Name of the column position member.
|
static java.lang.String |
SORT_HINT_STRUCT
Name of this structure.
|
| 构造器和说明 |
|---|
SortHint() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getStructName()
Returns the name of the structure definition.
|
protected StructureHandle |
handle(SimpleValueHandle valueHandle,
int index)
Creates the specific handle of this structure.
|
java.util.List<SemanticException> |
validate(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element)
Validates this structure.
|
clone, getIntrinsicProperty, getLocalProperty, getLocalProperty, setIntrinsicProperty, setPropertycheckStringMember, copy, equals, getCompatibleValue, getContext, getDefn, getElement, getExpressionProperty, getHandle, getHandle, getMemberDefn, getObjectDefn, getProperty, getProperty, getReferencableProperty, getStringProperty, isDesignTime, isReferencable, setContext, setExpressionProperty, setProperty, setupContext, updateReferencepublic static final java.lang.String SORT_HINT_STRUCT
public static final java.lang.String COLUMN_NAME_MEMBER
public static final java.lang.String POSITION_MEMBER
public static final java.lang.String DIRECTION_MEMBER
public static final java.lang.String NULL_VALUE_ORDERING_MEMBER
public static final java.lang.String IS_OPTIONAL_MEMBER
protected StructureHandle handle(SimpleValueHandle valueHandle, int index)
org.eclipse.birt.report.model.core.Structurehandle 在类中 org.eclipse.birt.report.model.core.StructurevalueHandle - the value handle of this structure list property this
structure is inindex - the position of this structure in structure listpublic java.lang.String getStructName()
IStructurepublic java.util.List<SemanticException> validate(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
validate 在类中 org.eclipse.birt.report.model.core.Structuremodule - the moduleelement - the element contains this structureStructure.validate(Module,
org.eclipse.birt.report.model.core.DesignElement)Copyright © 2008 Actuate Corp. All rights reserved.