public enum HtmlAssetUsage extends java.lang.Enum<HtmlAssetUsage>
| Enum Constant and Description |
|---|
TOUCH_CARD_VIEW
Отображение на touch-кассе карты, добавленной в чек.
|
| Modifier and Type | Method and Description |
|---|---|
static HtmlAssetUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlAssetUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlAssetUsage TOUCH_CARD_VIEW
public static HtmlAssetUsage[] values()
for (HtmlAssetUsage c : HtmlAssetUsage.values()) System.out.println(c);
public static HtmlAssetUsage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null