public class LevelAttributeHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
LevelAttributeHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of result set column.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDataType()
Returns the data type of this column.
|
java.lang.String |
getName()
Returns the column name.
|
void |
setDataType(java.lang.String dataType)
Sets the data type of this column.
|
void |
setName(java.lang.String columnName)
Sets the column name.
|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic LevelAttributeHandle(SimpleValueHandle valueHandle, int index)
valueHandle - the value handle for result set column list of one propertyindex - the position of this result set column in the listpublic java.lang.String getName()
public void setName(java.lang.String columnName)
throws SemanticException
columnName - the column name to setSemanticException - value required exceptionpublic java.lang.String getDataType()
DesignChoiceConstants,
and they are:
public void setDataType(java.lang.String dataType)
throws SemanticException
DesignChoiceConstants,
and they are:
dataType - the data type to setSemanticException - if the dataType is not in the choice list.Copyright © 2008 Actuate Corp. All rights reserved.