Uses of Enum Class
chat.octet.model.enums.LlamaTokenType
Packages that use LlamaTokenType
-
Uses of LlamaTokenType in chat.octet.model
Methods in chat.octet.model that return LlamaTokenTypeModifier and TypeMethodDescriptionstatic LlamaTokenTypeLlamaService.getLlamaTokenType(int token) Get token type define. -
Uses of LlamaTokenType in chat.octet.model.beans
Constructors in chat.octet.model.beans with parameters of type LlamaTokenType -
Uses of LlamaTokenType in chat.octet.model.enums
Methods in chat.octet.model.enums that return LlamaTokenTypeModifier and TypeMethodDescriptionstatic LlamaTokenTypeReturns the enum constant of this class with the specified name.static LlamaTokenTypeLlamaTokenType.valueOfType(int type) static LlamaTokenType[]LlamaTokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.