public class LevelAttributeHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
LevelAttributeHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of result set column.
|
Modifier and Type | Method and Description |
---|---|
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, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public 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.