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