| Enum Constant and Description |
|---|
AvaCertUpdate |
AvaCertUpdateAll |
BatchMaintenance |
CompanyLocationImport |
DocumentImport |
ExemptCertImport |
ItemImport |
SalesAuditExport |
SstpTestDeckImport |
TaxRuleImport |
TransactionImport |
UPCBulkImport |
UPCValidationImport |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static BatchType |
valueOf(int intValue) |
static BatchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchType AvaCertUpdate
public static final BatchType AvaCertUpdateAll
public static final BatchType BatchMaintenance
public static final BatchType CompanyLocationImport
public static final BatchType DocumentImport
public static final BatchType ExemptCertImport
public static final BatchType ItemImport
public static final BatchType SalesAuditExport
public static final BatchType SstpTestDeckImport
public static final BatchType TaxRuleImport
public static final BatchType TransactionImport
public static final BatchType UPCBulkImport
public static final BatchType UPCValidationImport
public static BatchType[] values()
for (BatchType c : BatchType.values()) System.out.println(c);
public static BatchType 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 nullpublic static BatchType valueOf(int intValue)
public int getValue()