|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.model.api.ElementDetailHandle
org.eclipse.birt.report.model.api.ValueHandle
org.eclipse.birt.report.model.api.StructureHandle
org.eclipse.birt.report.model.api.SortHintHandle
public class SortHintHandle
This class represents sort hint handle.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.birt.report.model.api.StructureHandle |
|---|
structContext |
| Fields inherited from class org.eclipse.birt.report.model.api.ElementDetailHandle |
|---|
elementHandle |
| Constructor Summary | |
|---|---|
SortHintHandle(SimpleValueHandle valueHandle,
int index)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getColumnName()
Gets the column name. |
java.lang.String |
getDirection()
Gets the sort direction of this result set column. |
java.lang.String |
getNullValueOrdering()
Gets the null value ordering. |
int |
getPosition()
Gets the index position of a result set column. |
boolean |
isOptional()
Indicates whether this sort key can be excluded at runtime. |
void |
setColumnName(java.lang.String columnName)
Sets the column Name. |
void |
setDirection(java.lang.String direction)
Sets the direction value. |
void |
setNullValueOrdering(java.lang.String nullValueOrdering)
Sets the null value ordering. |
void |
setOptional(boolean isOptional)
Sets the isOptional value. |
void |
setPosition(int position)
Sets the index position of a result set column. |
| Methods inherited from class org.eclipse.birt.report.model.api.StructureHandle |
|---|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilently |
| Methods inherited from class org.eclipse.birt.report.model.api.ValueHandle |
|---|
getReference |
| Methods inherited from class org.eclipse.birt.report.model.api.ElementDetailHandle |
|---|
getDesign, getElement, getElementHandle, getModule |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortHintHandle(SimpleValueHandle valueHandle,
int index)
valueHandle - the value handle for computed column list of one propertyindex - the position in the list.| Method Detail |
|---|
public java.lang.String getColumnName()
public void setColumnName(java.lang.String columnName)
throws SemanticException
columnName - the column name.
SemanticExceptionpublic int getPosition()
public void setPosition(int position)
throws SemanticException
position - the index position of a result set column.
SemanticExceptionpublic java.lang.String getDirection()
DesignChoiceConstants,
and they are:
public void setDirection(java.lang.String direction)
throws SemanticException
DesignChoiceConstants,
and they are:
direction - the sort direction of this result set column.
SemanticExceptionpublic java.lang.String getNullValueOrdering()
DesignChoiceConstants,
and they are:
public void setNullValueOrdering(java.lang.String nullValueOrdering)
throws SemanticException
DesignChoiceConstants,
and they are:
nullValueOrdering - the null value ordering.
SemanticExceptionpublic boolean isOptional()
public void setOptional(boolean isOptional)
isOptional -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||