Package com.onslip360
Enum API.CompanyFeature.Flag
- java.lang.Object
-
- java.lang.Enum<API.CompanyFeature.Flag>
-
- com.onslip360.API.CompanyFeature.Flag
-
- All Implemented Interfaces:
Serializable
,Comparable<API.CompanyFeature.Flag>
- Enclosing class:
- API.CompanyFeature
public static enum API.CompanyFeature.Flag extends Enum<API.CompanyFeature.Flag>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static API.CompanyFeature.Flag
valueOf(String name)
Returns the enum constant of this type with the specified name.static API.CompanyFeature.Flag[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ARCHIVED_ACCOUNT
public static final API.CompanyFeature.Flag ARCHIVED_ACCOUNT
-
CONTROL_UNIT_NOT_REQUIRED
public static final API.CompanyFeature.Flag CONTROL_UNIT_NOT_REQUIRED
-
DEMO_ACCOUNT
public static final API.CompanyFeature.Flag DEMO_ACCOUNT
-
RESTRICTED_VERSION
public static final API.CompanyFeature.Flag RESTRICTED_VERSION
-
AUTO_CLOSE_BATCH
public static final API.CompanyFeature.Flag AUTO_CLOSE_BATCH
-
BARCODE_SCANNERS
public static final API.CompanyFeature.Flag BARCODE_SCANNERS
-
CAMPAIGNS
public static final API.CompanyFeature.Flag CAMPAIGNS
-
CLOUD_CONTROL_UNIT
public static final API.CompanyFeature.Flag CLOUD_CONTROL_UNIT
-
COUPON_VOUCHERS
public static final API.CompanyFeature.Flag COUPON_VOUCHERS
-
CUSTOM_PAYMENT_METHODS
public static final API.CompanyFeature.Flag CUSTOM_PAYMENT_METHODS
-
DIGITAL_RECEIPT_SMS
public static final API.CompanyFeature.Flag DIGITAL_RECEIPT_SMS
-
DIRECT_MARKETING_CAMPAIGNS
public static final API.CompanyFeature.Flag DIRECT_MARKETING_CAMPAIGNS
-
ENTERTAINMENT_BILLS
public static final API.CompanyFeature.Flag ENTERTAINMENT_BILLS
-
ERP_BL
public static final API.CompanyFeature.Flag ERP_BL
-
ERP_FORTNOX
public static final API.CompanyFeature.Flag ERP_FORTNOX
-
ERP_PERSONALKOLLEN
public static final API.CompanyFeature.Flag ERP_PERSONALKOLLEN
-
ERP_PLANDAY
public static final API.CompanyFeature.Flag ERP_PLANDAY
-
ERP_VISMA
public static final API.CompanyFeature.Flag ERP_VISMA
-
ERP_ZOINED
public static final API.CompanyFeature.Flag ERP_ZOINED
-
EXTERNAL_JOURNAL
public static final API.CompanyFeature.Flag EXTERNAL_JOURNAL
-
FOREIGN_CURRENCIES
public static final API.CompanyFeature.Flag FOREIGN_CURRENCIES
-
HOST2T_TERMINALS
public static final API.CompanyFeature.Flag HOST2T_TERMINALS
-
KITCHEN_TICKETS
public static final API.CompanyFeature.Flag KITCHEN_TICKETS
-
PAYMENT_INVOICES
public static final API.CompanyFeature.Flag PAYMENT_INVOICES
-
PAYMENT_SWISH
public static final API.CompanyFeature.Flag PAYMENT_SWISH
-
PAYMENT_VOUCHERS
public static final API.CompanyFeature.Flag PAYMENT_VOUCHERS
-
SHIFTS
public static final API.CompanyFeature.Flag SHIFTS
-
STOCK_BALANCES
public static final API.CompanyFeature.Flag STOCK_BALANCES
-
TABLE_SERVICE
public static final API.CompanyFeature.Flag TABLE_SERVICE
-
TAKE_OUT_ORDERS
public static final API.CompanyFeature.Flag TAKE_OUT_ORDERS
-
VERIFONE_TERMINALS
public static final API.CompanyFeature.Flag VERIFONE_TERMINALS
-
VIVA_WALLET_TERMINALS
public static final API.CompanyFeature.Flag VIVA_WALLET_TERMINALS
-
WISEPAY_TERMINALS
public static final API.CompanyFeature.Flag WISEPAY_TERMINALS
-
__
public static final API.CompanyFeature.Flag __
-
-
Method Detail
-
values
public static API.CompanyFeature.Flag[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (API.CompanyFeature.Flag c : API.CompanyFeature.Flag.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static API.CompanyFeature.Flag valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-