| Package | Description |
|---|---|
| org.yiwan.seiya.tower.goods.model |
| Modifier and Type | Method and Description |
|---|---|
static GoodsTypeInfo.CategoryEnum |
GoodsTypeInfo.CategoryEnum.fromValue(String text) |
@NotNull GoodsTypeInfo.CategoryEnum |
GoodsTypeInfo.getCategory()
商品类型
|
static GoodsTypeInfo.CategoryEnum |
GoodsTypeInfo.CategoryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoodsTypeInfo.CategoryEnum[] |
GoodsTypeInfo.CategoryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoodsTypeInfo.setCategory(GoodsTypeInfo.CategoryEnum category) |
GoodsTypeInfo |
GoodsTypeInfo.withCategory(GoodsTypeInfo.CategoryEnum category) |
Copyright © 2019. All rights reserved.