|
||||||||||
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.DataSetParameterHandle
org.eclipse.birt.report.model.api.OdaDataSetParameterHandle
public class OdaDataSetParameterHandle
Represents the parameter for ODA drivers. The parameter is the part of the data set definition, if defined. A parameter can be an input or output parameter. A parameter can also be input and output parameter. Each data set parameter has the following properties:
Field Summary |
---|
Fields inherited from class org.eclipse.birt.report.model.api.StructureHandle |
---|
structRef |
Fields inherited from class org.eclipse.birt.report.model.api.ElementDetailHandle |
---|
elementHandle |
Constructor Summary | |
---|---|
OdaDataSetParameterHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of oda data set parameter. |
Method Summary | |
---|---|
java.lang.Integer |
getNativeDataType()
Returns the native data type. |
java.lang.String |
getNativeName()
Returns the native name of this oda dataset parameter. |
java.lang.String |
getParamName()
Returns the name of the report parameter which is referenced by this oda dataset parameter. |
void |
setNativeDataType(java.lang.Integer dataType)
Sets the parameter native data type. |
void |
setNativeName(java.lang.String nativeName)
Sets the native name for this oda dataset parameter. |
void |
setParamName(java.lang.String name)
Sets the report parameter name which refered by this oda dataset parameter. |
Methods inherited from class org.eclipse.birt.report.model.api.DataSetParameterHandle |
---|
allowNull, getDataType, getDefaultValue, getMember, getName, getParameterDataType, getPosition, isInput, isNullable, isOptional, isOutput, setAllowNull, setDataType, setDefaultValue, setIsInput, setIsNullable, setIsOptional, setIsOutput, setName, setParameterDataType, setPosition |
Methods inherited from class org.eclipse.birt.report.model.api.StructureHandle |
---|
drop, getDefn, getExternalizedValue, getProperty, getPropertyDefn, getReference, getStringProperty, getStructure, isDesignTime, iterator, setDesignTime, setProperty, setPropertySilently |
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 OdaDataSetParameterHandle(SimpleValueHandle valueHandle, int index)
valueHandle
- the value handle for oda data set parameter list of one
propertyindex
- the position of this oda data set parameter in the listMethod Detail |
---|
public void setParamName(java.lang.String name)
name
- report parameter name.public void setNativeName(java.lang.String nativeName)
nativeName
- native namepublic java.lang.String getParamName()
public java.lang.String getNativeName()
public java.lang.Integer getNativeDataType()
getNativeDataType
in class DataSetParameterHandle
public void setNativeDataType(java.lang.Integer dataType)
setNativeDataType
in class DataSetParameterHandle
dataType
- the native data type to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |