public enum ServiceTypeId extends java.lang.Enum<ServiceTypeId>
| Enum Constant and Description |
|---|
AuthorizationPartner
No comment data provided
|
AutoAddress
No comment data provided
|
AutoReturns
No comment data provided
|
AvaBottle
No comment data provided
|
AvaCert
No comment data provided
|
AvaCUT
No comment data provided
|
AvaLandedCost
No comment data provided
|
AvaLodging
No comment data provided
|
AvaTaxCsp
No comment data provided
|
AvaTaxGlobal
No comment data provided
|
AvaTaxPro
No comment data provided
|
AvaTaxST
No comment data provided
|
AvaUpc
No comment data provided
|
CertCapture
No comment data provided
|
Mrs
No comment data provided
|
None
No comment data provided
|
TaxSolver
No comment data provided
|
Twe
No comment data provided
|
| 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 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