public enum Module extends Enum<Module> implements Parcelable
Merchant.getModules()
,
MerchantConnector
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Module> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
static Module |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Module[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeToParcel(Parcel dest,
int flags) |
public static final Module MERCHANT
public static final Module PAYMENTS
public static final Module EMPLOYEES
public static final Module PRINTERS
public static final Module CUSTOMERS
public static final Module ORDERS
public static final Module ITEMS
public static final Module CASH
public static final Module DISCOUNTS
public static final Module TAX_RATES
public static final Module ORDER_TYPES
public static final Module ORDER_PRINTERS
public static final Module ITEM_MODIFIERS
public static final Module SERVICE_CHARGES
public static final Module COMBINE_ASSIGN_ORDERS
public static final Module AUTOMATIC_DISCOUNTS
public static final Module WEIGH_PER_UNIT_ITEMS
public static final Module ITEM_VARIANTS
public static final Module TABLE_MANAGEMENT
public static final Module ITEM_EXCHANGES
public static final Module CUSTOMER_PREFERENCES_PROMOTIONS
public static final Module BAR_TAB_MANAGEMENT
public static final Module RESTAURANT_SHIFT_MANAGEMENT
public static final Module FISCAL_PRINTERS
public static final Module PHONE_SALES
public static final Module REGISTER_PREAUTH
public static final Module FAST_PAY
public static final Module TABLE_SERVICE
public static final Module COST_OF_GOODS
public static final Module ADVANCED_REPORTING
public static final Module RETAIL_HUB
public static final Parcelable.Creator<Module> CREATOR
public static Module[] values()
for (Module c : Module.values()) System.out.println(c);
public static Module 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 int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable