public enum NoticeCustomerType extends java.lang.Enum<NoticeCustomerType>
| Enum Constant and Description |
|---|
AvaTaxReturns
AvaTax Returns
|
SST
SST
|
StandAlone
Stand Alone
|
Strategic
Strategic
|
TrustFile
TrustFile
|
| Modifier and Type | Method and Description |
|---|---|
static NoticeCustomerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoticeCustomerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoticeCustomerType AvaTaxReturns
public static final NoticeCustomerType StandAlone
public static final NoticeCustomerType Strategic
public static final NoticeCustomerType SST
public static final NoticeCustomerType TrustFile
public static NoticeCustomerType[] values()
for (NoticeCustomerType c : NoticeCustomerType.values()) System.out.println(c);
public static NoticeCustomerType 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