|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Variable for which you must specify a value of type IBIMember
.
Depending on the selection type, you need to provide a single value, an
interval, or a complex selection specification.
Method Summary | |
IBIMember |
getDefaultHigh()
Default value for the SAP variable of type IBIMember . |
IBIMember |
getDefaultLow()
Default value for the SAP variable of type IBIMember . |
Hierarchy |
getHierarchy()
Specifies, optionally, the hierarchy to which the IBIMember
must be assigned. |
void |
setDefaultHigh(IBIMember newValue)
Default value for the SAP variable of type IBIMember . |
void |
setDefaultLow(IBIMember newValue)
Default value for the SAP variable of type IBIMember . |
void |
setHierarchy(Hierarchy newValue)
Specifies, optionally, the hierarchy to which the IBIMember
must be assigned. |
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.var.IBISapVariable |
getSelectionType, isInitialSupported, isMandatory |
Methods inherited from interface org.omg.cwm.objectmodel.core.Attribute |
getInitialValue, setInitialValue |
Methods inherited from interface org.omg.cwm.objectmodel.core.StructuralFeature |
getChangeability, getMultiplicity, getOrdering, getTargetScope, getType, setChangeability, setMultiplicity, setOrdering, setTargetScope, setType |
Methods inherited from interface org.omg.cwm.objectmodel.core.Feature |
getOwner, getOwnerScope, setOwner, setOwnerScope |
Methods inherited from interface org.omg.cwm.objectmodel.core.ModelElement |
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility |
Methods inherited from interface javax.jmi.reflect.RefObject |
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.main.IBIIdentifiable |
getDescription, getId, getLabel, setDescription, setId, setLabel |
Method Detail |
public Hierarchy getHierarchy() throws javax.jmi.reflect.JmiException
Specifies, optionally, the hierarchy to which the IBIMember
must be assigned.
public void setHierarchy(Hierarchy newValue) throws javax.jmi.reflect.JmiException
Specifies, optionally, the hierarchy to which the IBIMember
must be assigned.
public IBIMember getDefaultLow() throws javax.jmi.reflect.JmiException
Default value for the SAP variable of type IBIMember
. It
is either used as a single value or as the lower bound of an interval together
with the IBISapMemberVariable.defaultHigh
attribute.
public void setDefaultLow(IBIMember newValue) throws javax.jmi.reflect.JmiException
Default value for the SAP variable of type IBIMember
. It
is either used as a single value or as the lower bound of an interval together
with the IBISapMemberVariable.defaultHigh
attribute.
public IBIMember getDefaultHigh() throws javax.jmi.reflect.JmiException
Default value for the SAP variable of type IBIMember
. It
specifies the upper bound of an interval together with the IBISapMemberVariable.defaultLow
attribute.
public void setDefaultHigh(IBIMember newValue) throws javax.jmi.reflect.JmiException
Default value for the SAP variable of type IBIMember
. It
specifies the upper bound of an interval together with the IBISapMemberVariable.defaultLow
attribute.
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |