public interface ICategory extends IElement, IProtocolSupport, ILibraryElement
IBaseLibraryModule,
ILibrary,
IFile| Modifier and Type | Method and Description |
|---|---|
Collection |
getCategories()
Gets the child categories
|
ICategory |
getCategory(String name)
Gets a child
ICategory object by its name. |
String |
getDescription()
Gets the description of the category.
|
String |
getName()
Gets the name of the
ICategory object. |
ICategory |
getParentCategory()
Gets the parent category.
|
void |
setDescription(String description)
Sets the description of the category.
|
getId, getModule, getNativeObject, getPath, savegetProtocolURI, getProtocolURIString getName()
ICategory object.getName in interface ILibraryElementvoid setDescription(String description)
description - the new description to set.String getDescription()
getDescription in interface ILibraryElementString of the file.Collection getCategories()
ICategory objects.ICategory getCategory(String name)
ICategory object by its name.name - The name of the child category.ICategory object.Copyright © 2021 Visiativ Software. All rights reserved.