com.businessobjects.rebean.wi
Interface Block


public interface Block

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The Block represents a report block. A block can be a table or a graph.


Method Summary
 java.lang.String getID()
          Returns the ID of the current block.
 java.lang.String getName()
          Returns the name of the current block.
 BlockType getType()
          Returns the type of the current block.
 

Method Detail

getID

java.lang.String getID()
Returns the ID of the current block.

Returns:
The Id of the block.

getName

java.lang.String getName()
Returns the name of the current block.

Returns:
The name of the block.

getType

BlockType getType()
Returns the type of the current block.

Returns:
The name of the block.
See Also:
BlockType