Package com.mindstore.backend.data
Enum Class Category
- All Implemented Interfaces:
Serializable,Comparable<Category>,Constable
This enum class is used as a classfication for the TextDocuments.
It is mainly used to categorize texts.
One text can have one or more categories.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCategory for AI textsCategory for angular textsCategory for apache textsCategory for certbot textsCategory for cybersecurity textsCategory for database textsCategory for deployments textsCategory for docker textsCategory for java textsCategory for javascript textsCategory for linux textsCategory for various of textsCategory for postgres textsCategory for general programming textsCategory for python textsCategory for react textsCategory for ssh textsCategory for windows texts -
Method Summary
-
Enum Constant Details
-
CYBERSECURITY
Category for cybersecurity texts -
LINUX
Category for linux texts -
WINDOWS
Category for windows texts -
POSTGRES
Category for postgres texts -
AI
Category for AI texts -
DOCKER
Category for docker texts -
DEPLOYMENT
Category for deployments texts -
APACHE
Category for apache texts -
SSH
Category for ssh texts -
MISCELLANEOUS
Category for various of texts -
JAVA
Category for java texts -
JAVASCRIPT
Category for javascript texts -
DATABASES
Category for database texts -
REACT
Category for react texts -
ANGULAR
Category for angular texts -
PROGRAMMING_GENERAL
Category for general programming texts -
PYTHON
Category for python texts -
CERTBOT
Category for certbot texts
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-