public interface IParameter
IReportParameters
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataType()
Gets the data type of the parameter.
|
java.lang.String[] |
getDefaultValue()
Gets the default value set for this parameter in the report.
|
java.lang.String |
getName()
Gets the name of the parameter as defined in a Cognos report specification.
|
java.lang.String[] |
getValue()
Gets the current value set for this parameter.
|
java.lang.String getName()
java.lang.String getDataType()
Gets the data type of the parameter. Possible values include the following:
credential
hierarchyUniqueName
memberUniqueName
xsdByte
xsdDate
xsdDateTime (YYYY-MM-DDThh:mm:ss.fff)
xsdDecimal
xsdDouble
xsdDuration
xsdFloat
xsdInt
xsdLong
xsdShort
xsdString
xsdTime
xsdUnsignedByte
xsdUnsignedInt
xsdUnsignedLong
xsdUnsignedShort
java.lang.String[] getValue()
java.lang.String[] getDefaultValue()
Licensed Materials - Property of IBM
© Copyright IBM Corp. 2013, 2018. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.