public interface ResultCategory
ResultFactory
interface.Modifier and Type | Method and Description |
---|---|
Set<ResultCategory> |
getChildCategories()
Returns the categories for which this category is the parent.
|
String |
getDisplayName()
Returns the display name for the category.
|
Optional<ResultCategory> |
getParentCategory()
Returns the parent result category of this result category if such exists.
|
String |
getUniqueName()
Returns the unique name that identifies the category.
|
String getUniqueName()
String getDisplayName()
Optional<ResultCategory> getParentCategory()
Set<ResultCategory> getChildCategories()
Copyright © 2020 Solibri, Inc.. All rights reserved.