public enum ServiceTypeId extends java.lang.Enum<ServiceTypeId>
| Enum Constant and Description |
|---|
AuthorizationPartner
AuthorizationPartner
|
AutoAddress
AutoAddress
|
AutoReturns
AutoReturns
|
AvaBottle
AvaBottle
|
AvaCert
AvaCert
|
AvaCUT
AvaCUT
|
AvaLandedCost
AvaLandedCost
|
AvaLodging
AvaLodging
|
AvaTaxCsp
AvaTaxCsp
|
AvaTaxGlobal
AvaTaxGlobal
|
AvaTaxPro
AvaTaxPro
|
AvaTaxST
AvaTaxST
|
AvaUpc
AvaUpc
|
CertCapture
CertCapture
|
Mrs
Mrs
|
MRSComplianceManager
MRSComplianceManager
|
None
None
|
TaxSolver
TaxSolver
|
Twe
Twe
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceTypeId None
public static final ServiceTypeId AvaTaxST
public static final ServiceTypeId AvaTaxPro
public static final ServiceTypeId AvaTaxGlobal
public static final ServiceTypeId AutoAddress
public static final ServiceTypeId AutoReturns
public static final ServiceTypeId TaxSolver
public static final ServiceTypeId AvaTaxCsp
public static final ServiceTypeId Twe
public static final ServiceTypeId Mrs
public static final ServiceTypeId AvaCert
public static final ServiceTypeId AuthorizationPartner
public static final ServiceTypeId CertCapture
public static final ServiceTypeId AvaUpc
public static final ServiceTypeId AvaCUT
public static final ServiceTypeId AvaLandedCost
public static final ServiceTypeId AvaLodging
public static final ServiceTypeId AvaBottle
public static final ServiceTypeId MRSComplianceManager
public static ServiceTypeId[] values()
for (ServiceTypeId c : ServiceTypeId.values()) System.out.println(c);
public static ServiceTypeId 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