public static enum GoodsTypeInfo.CategoryEnum extends Enum<GoodsTypeInfo.CategoryEnum>
| Modifier and Type | Method and Description |
|---|---|
static GoodsTypeInfo.CategoryEnum |
fromValue(String text) |
String |
toString() |
static GoodsTypeInfo.CategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoodsTypeInfo.CategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoodsTypeInfo.CategoryEnum _0
public static final GoodsTypeInfo.CategoryEnum _1
public static GoodsTypeInfo.CategoryEnum[] values()
for (GoodsTypeInfo.CategoryEnum c : GoodsTypeInfo.CategoryEnum.values()) System.out.println(c);
public static GoodsTypeInfo.CategoryEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<GoodsTypeInfo.CategoryEnum>public static GoodsTypeInfo.CategoryEnum fromValue(String text)
Copyright © 2019. All rights reserved.