com.businessobjects.rebean.wi
Interface FunctionCategory


public interface FunctionCategory

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

Describes the categories in which a Function is grouped.

Examples of possible categories are:

Since:
11.5
See Also:
Function.getCategories()

Method Summary
 int getID()
          Returns the category ID.
 java.lang.String getName()
          Returns the category name.
 

Method Detail

getName

java.lang.String getName()
Returns the category name.

Returns:
the category name.

getID

int getID()
Returns the category ID.

Returns:
the category ID in int format.