Uses of Enum Class
model.CategoriaProducto
Packages that use CategoriaProducto
-
Uses of CategoriaProducto in model
Subclasses with type arguments of type CategoriaProducto in modelModifier and TypeClassDescriptionenumEnumeracion que representa las categorias de productos de la libreria.Fields in model declared as CategoriaProductoModifier and TypeFieldDescriptionprotected CategoriaProductoProducto.categoriaCategoria del producto.Methods in model that return CategoriaProductoModifier and TypeMethodDescriptionProducto.getCategoria()static CategoriaProductoReturns the enum constant of this class with the specified name.static CategoriaProducto[]CategoriaProducto.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in model with parameters of type CategoriaProductoModifier and TypeMethodDescriptionInventario.buscarPorCategoria(CategoriaProducto categoria) Busca productos por categoria.voidProducto.setCategoria(CategoriaProducto categoria)