|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.core.Structure
org.eclipse.birt.report.model.core.PropertyStructure
org.eclipse.birt.report.model.api.elements.structures.SortHint
public class SortHint
This class represents a sort hint.
Field Summary | |
---|---|
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. |
Fields inherited from class org.eclipse.birt.report.model.core.PropertyStructure |
---|
propValues |
Constructor Summary | |
---|---|
SortHint()
|
Method Summary | |
---|---|
java.lang.String |
getStructName()
Returns the name of the structure definition. |
protected StructureHandle |
handle(SimpleValueHandle valueHandle,
int index)
|
java.util.List<SemanticException> |
validate(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element)
Validates this structure. |
Methods inherited from class org.eclipse.birt.report.model.core.PropertyStructure |
---|
clone, getIntrinsicProperty, getLocalProperty, getLocalProperty, setIntrinsicProperty, setProperty |
Methods inherited from class org.eclipse.birt.report.model.core.Structure |
---|
checkStringMember, copy, equals, getCompatibleValue, getContext, getDefn, getElement, getExpressionProperty, getHandle, getHandle, getMemberDefn, getObjectDefn, getProperty, getProperty, getReferencableProperty, getStringProperty, isDesignTime, isReferencable, setContext, setExpressionProperty, setProperty, setupContext, updateReference |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public SortHint()
Method Detail |
---|
protected StructureHandle handle(SimpleValueHandle valueHandle, int index)
handle
in class org.eclipse.birt.report.model.core.Structure
public 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
Structure.validate(Module,
org.eclipse.birt.report.model.core.DesignElement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |