|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBusinessCategory
Interface for a Business Service category containing the name of the category and a list of any child categories.
©2011 TIBCO Software Inc.
| Method Summary | |
|---|---|
java.util.ArrayList<IBusinessCategory> |
getChildCategoryList()
Get the child categories for this category. |
java.lang.String |
getName()
Get the name of the category. |
| Method Detail |
|---|
java.util.ArrayList<IBusinessCategory> getChildCategoryList()
IBusinessCategory containing the immediate child categories of this category.java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||