public static enum ProductAttribute.OrderBy extends Enum<ProductAttribute.OrderBy>
| Enum Constant and Description |
|---|
ID |
MENU_ORDER |
NAME |
NAME_NUM |
| Modifier and Type | Method and Description |
|---|---|
String |
jsonValue() |
static ProductAttribute.OrderBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductAttribute.OrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductAttribute.OrderBy MENU_ORDER
public static final ProductAttribute.OrderBy NAME
public static final ProductAttribute.OrderBy NAME_NUM
public static final ProductAttribute.OrderBy ID
public static ProductAttribute.OrderBy[] values()
for (ProductAttribute.OrderBy c : ProductAttribute.OrderBy.values()) System.out.println(c);
public static ProductAttribute.OrderBy 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 jsonValue()
Copyright © 2017 Netgrid. All rights reserved.