com.businessobjects.rebean.wi
Interface DrillFromElement

All Superinterfaces:
DrillElement

public interface DrillFromElement
extends DrillElement

The DrillFromElement interface provides access to DrillElement. This interface is used only in drill mode. DrillFromElement must be specified and set by the user for a drill action.

See Also:
DrillElement

Method Summary
 java.lang.String getFilter()
          Returns the filter set by the user.
 void setFilter(java.lang.String filterValue)
          Sets the filter you want to apply to the from value of the drill.
 
Methods inherited from interface com.businessobjects.rebean.wi.DrillElement
getObjectID, setObjectID
 

Method Detail

getFilter

java.lang.String getFilter()
Returns the filter set by the user.

Returns:
the filter set by the user.

setFilter

void setFilter(java.lang.String filterValue)
Sets the filter you want to apply to the from value of the drill.

Parameters:
filterValue -