|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Interface ICESCategoryList
|
| Class Hierarchy |
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESCategoryList
| Class Location |
| Class Description |
public interface ICESCategoryList
This is a custom interface that represents a List of Categories in CES.
| Field Summary |
| Constructor Summary |
| Method Summary |
| public ICESCategory[] | getCategories()
Returns an array of CESCategories in this CategoryList. |
| public int | getCategoryListSize()
Returns the number of Categories in this Category List. |
| public ICESCategory | getCESCategoryByDBName(String categoryDBName)
Returns the Category for the specified Category DataBase name in this Category List. |
| public ICESCategory | getCESCategoryByIndex(int index)
Returns the Category at the specified index in this Category List. |
| public ICESCategory | getCESCategoryByLabel(String categoryLabel)
Returns the Category for the specified Category Label in this Category List. |
| Field Detail |
| Constructor Detail |
| Method Detail |
public ICESCategory[] getCategories()
Returns an array of CESCategories in this CategoryList.
public int getCategoryListSize()
Returns the number of Categories in this Category List.
public ICESCategory getCESCategoryByDBName(String categoryDBName)
Returns the Category for the specified Category DataBase name in this Category List.
categoryDBName
public ICESCategory getCESCategoryByIndex(int index)
Returns the Category at the specified index in this Category List.
NOTE: Indices count from 0.
index
public ICESCategory getCESCategoryByLabel(String categoryLabel)
Returns the Category for the specified Category Label in this Category List.
categoryLabel