|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Factory for the variable values of a query. The factory can be
retrieved from the IBIQueryFactory
, which itself can be retrieved
from IBIOlap
.
Method Summary | |
IBISapHierarchyValue |
createSapHierarchyValue(Hierarchy hierarchy)
Creates an IBISapHierarchyValue and
initializes it with the specified parameters. |
IBISapMemberValueRange |
createSapMemberValue(IBISapRangeSignType sapRangeSignType,
IBIRelationalOperatorType relationalOperatorType,
IBIMember member)
Creates an IBISapMemberValueRange and
initializes it with the specified parameters. |
IBISapMemberValueRange |
createSapMemberValueRange(IBISapRangeSignType sapRangeSignType,
IBIMember memberLow,
IBIMember memberHigh)
Creates an IBISapMemberValueRange and
initializes the member range with the specified parameters. |
IBISapNumericValueRange |
createSapNumericValue(IBISapRangeSignType sapRangeSignType,
IBIRelationalOperatorType relationalOperatorType,
IBIAnyDataValue value)
Creates an IBISapNumericValueRange and
initializes it with the specified parameters. |
IBISapNumericValueRange |
createSapNumericValueRange(IBISapRangeSignType sapRangeSignType,
IBIAnyDataValue valueLow,
IBIAnyDataValue valueHigh)
Creates an IBISapNumericValueRange and
initializes the numeric value range with the specified parameters. |
Method Detail |
public IBISapMemberValueRange createSapMemberValue(IBISapRangeSignType sapRangeSignType, IBIRelationalOperatorType relationalOperatorType, IBIMember member) throws BIOlapQueryException
IBISapMemberValueRange
and
initializes it with the specified parameters.sapRangeSignType
- the range sign type with which to initialize the
created objectrelationalOperatorType
- the operator type with which to initialize
the created objectmember
- the member with which to initialize the object createdIBISapMemberValueRange
createdBIOlapQueryException
- if null
parameters are passedpublic IBISapMemberValueRange createSapMemberValueRange(IBISapRangeSignType sapRangeSignType, IBIMember memberLow, IBIMember memberHigh) throws BIOlapQueryException
IBISapMemberValueRange
and
initializes the member range with the specified parameters.sapRangeSignType
- the range sign type with which to initialize the
created objectmemberLow
- the low limit of the specified member rangememberHigh
- the high limit of the specified member rangeIBISapMemberValueRange
createdBIOlapQueryException
- if null
parameters are passedpublic IBISapHierarchyValue createSapHierarchyValue(Hierarchy hierarchy) throws BIOlapQueryException
IBISapHierarchyValue
and
initializes it with the specified parameters.hierarchy
- the hierarchy represented by the
IBISapHierarchyValue
IBISapHierarchyValue
createdBIOlapQueryException
- if the hierarchy is null
public IBISapNumericValueRange createSapNumericValue(IBISapRangeSignType sapRangeSignType, IBIRelationalOperatorType relationalOperatorType, IBIAnyDataValue value) throws BIOlapQueryException
IBISapNumericValueRange
and
initializes it with the specified parameters.sapRangeSignType
- the range sign type with which to initialize the
created objectrelationalOperatorType
- the operator type with which to initialize
the created objectvalue
- the value with which to initialize the created objectIBISapNumericValueRange
createdBIOlapQueryException
- if null
parameters are passedpublic IBISapNumericValueRange createSapNumericValueRange(IBISapRangeSignType sapRangeSignType, IBIAnyDataValue valueLow, IBIAnyDataValue valueHigh) throws BIOlapQueryException
IBISapNumericValueRange
and
initializes the numeric value range with the specified parameters.sapRangeSignType
- the range sign type with which to initialize the
created objectvalueLow
- the low value of the specified rangevalueHigh
- the high value of the specified rangeIBISapNumericValueRange
BIOlapQueryException
- if null
parameters are passed
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |