public interface ICategory
Modifier and Type | Interface and Description |
---|---|
static class |
ICategory.CategoryType
Assigns whether the category denotes toxicity or not.
|
Modifier and Type | Method and Description |
---|---|
ICategory.CategoryType |
getCategoryType()
Return one of
ICategory.CategoryType |
String |
getName() |
ICategory.CategoryType |
getNegativeCategoryType() |
void |
setCategoryType(ICategory.CategoryType categoryType) |
void |
setName(String name) |
String getName()
void setName(String name)
ICategory.CategoryType getCategoryType()
ICategory.CategoryType
void setCategoryType(ICategory.CategoryType categoryType)
ICategory.CategoryType getNegativeCategoryType()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.