public class SortHint
extends org.eclipse.birt.report.model.core.PropertyStructure
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
SortHint() |
Modifier and Type | Method and Description |
---|---|
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, setProperty
checkStringMember, copy, equals, getCompatibleValue, getContext, getDefn, getElement, getExpressionProperty, getHandle, getHandle, getMemberDefn, getObjectDefn, getProperty, getProperty, getReferencableProperty, getStringProperty, isDesignTime, isReferencable, setContext, setExpressionProperty, setProperty, setupContext, updateReference
public 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.Structure
handle
in class org.eclipse.birt.report.model.core.Structure
valueHandle
- the value handle of this structure list property this
structure is inindex
- the position of this structure in structure listpublic java.lang.String getStructName()
IStructure
public java.util.List<SemanticException> 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.core.Structure
module
- the moduleelement
- the element contains this structureStructure.validate(Module,
org.eclipse.birt.report.model.core.DesignElement)
Copyright © 2008 Actuate Corp. All rights reserved.