SAP BI Java SDK

com.sap.ip.bi.sdk.dac.olap.query.msx
Interface IBIDescendantsLevel

All Superinterfaces:
IBIIdentifiable, IBIMemberSelection, IBIMemberSetExpression, IBISetExpression, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface IBIDescendantsLevel
extends IBIMemberSelection

An expression in the Select category, selects descendants based on a Level criterion. Represents all descendants of the associated member at the given level. The Boolean flags self, before, and after control whether descendants at, before or after the specified level are included in the selection. The flags are not exclusive; in other words, if all flags are set to true the expression yields members at the given level as well before and after the level.


Method Summary
 Level getLevel()
           Represents the level associated with the IBIDescendants expression.
 IBIMember getMember()
           Represents the member associated with the IBIDescendants expression.
 boolean isAfter()
           If true, the IBIDescendants expression yields all members from levels that exist after the given level.
 boolean isBefore()
           If true, the IBIDescendants expression selects all members from levels that exist between the level of the associated member and the given level.
 boolean isSelf()
           If true, the IBIDescendants expression selects all members at the given level.
 void setAfter(boolean newValue)
           If true, the IBIDescendants expression yields all members from levels that exist after the given level.
 void setBefore(boolean newValue)
           If true, the IBIDescendants expression selects all members from levels that exist between the level of the associated member and the given level.
 void setLevel(Level newValue)
           Represents the level associated with the IBIDescendants expression.
 void setMember(IBIMember newValue)
           Represents the member associated with the IBIDescendants expression.
 void setSelf(boolean newValue)
           If true, the IBIDescendants expression selects all members at the given level.
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.msx.IBIMemberSelection
getJoinType, setJoinType
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.msx.IBIMemberSetExpression
getCompositeMemberSetExpression, getMemberSet
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.main.IBISetExpression
isActive, setActive
 
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.main.IBIIdentifiable
getDescription, getId, getLabel, setDescription, setId, setLabel
 
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
 

Method Detail

isSelf

public boolean isSelf()
               throws javax.jmi.reflect.JmiException

If true, the IBIDescendants expression selects all members at the given level.


setSelf

public void setSelf(boolean newValue)
             throws javax.jmi.reflect.JmiException

If true, the IBIDescendants expression selects all members at the given level.


isBefore

public boolean isBefore()
                 throws javax.jmi.reflect.JmiException

If true, the IBIDescendants expression selects all members from levels that exist between the level of the associated member and the given level.


setBefore

public void setBefore(boolean newValue)
               throws javax.jmi.reflect.JmiException

If true, the IBIDescendants expression selects all members from levels that exist between the level of the associated member and the given level.


isAfter

public boolean isAfter()
                throws javax.jmi.reflect.JmiException

If true, the IBIDescendants expression yields all members from levels that exist after the given level.


setAfter

public void setAfter(boolean newValue)
              throws javax.jmi.reflect.JmiException

If true, the IBIDescendants expression yields all members from levels that exist after the given level.


getMember

public IBIMember getMember()
                    throws javax.jmi.reflect.JmiException

Represents the member associated with the IBIDescendants expression.


setMember

public void setMember(IBIMember newValue)
               throws javax.jmi.reflect.JmiException

Represents the member associated with the IBIDescendants expression.


getLevel

public Level getLevel()
               throws javax.jmi.reflect.JmiException

Represents the level associated with the IBIDescendants expression.


setLevel

public void setLevel(Level newValue)
              throws javax.jmi.reflect.JmiException

Represents the level associated with the IBIDescendants expression.


SAP BI Java SDK

Copyright © 2004-2006 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.