public enum XStreamAlias extends java.lang.Enum<XStreamAlias>
| Enum Constant and Description |
|---|
authenticationToken |
availability |
cartResponse |
choice |
customer |
deliveryLocation |
language |
menu |
menuItem |
menuSection |
pricePoint |
productOption |
restaurant |
restaurantSearchResult |
restaurantSearchResults |
tag |
| Modifier and Type | Method and Description |
|---|---|
static XStreamAlias |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XStreamAlias[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XStreamAlias cartResponse
public static final XStreamAlias customer
public static final XStreamAlias authenticationToken
public static final XStreamAlias deliveryLocation
public static final XStreamAlias restaurant
public static final XStreamAlias menu
public static final XStreamAlias menuSection
public static final XStreamAlias menuItem
public static final XStreamAlias pricePoint
public static final XStreamAlias productOption
public static final XStreamAlias choice
public static final XStreamAlias availability
public static final XStreamAlias restaurantSearchResult
public static final XStreamAlias restaurantSearchResults
public static final XStreamAlias tag
public static final XStreamAlias language
public static XStreamAlias[] values()
for (XStreamAlias c : XStreamAlias.values()) System.out.println(c);
public static XStreamAlias 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