Package ai.tock.bot.engine.feature
Enum DefaultFeatureType
-
- All Implemented Interfaces:
-
ai.tock.bot.engine.feature.FeatureType,java.io.Serializable,kotlin.Comparable
public enum DefaultFeatureType extends Enum<DefaultFeatureType> implements FeatureType
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringcategoryprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<DefaultFeatureType>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description DISABLE_BOTDisable the bot, when active send automatic message.
"Le bot est désactivé" can be oerride in i18n.
-
Method Summary
Modifier and Type Method Description final DefaultFeatureTypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<DefaultFeatureType>values()Returns an array containing the constants of this enum type, in the order they're declared. StringgetCategory()final EnumEntries<DefaultFeatureType>getEntries()-
-
Method Detail
-
valueOf
final DefaultFeatureType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<DefaultFeatureType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getCategory
String getCategory()
-
getEntries
final EnumEntries<DefaultFeatureType> getEntries()
-
-
-
-