public enum NoticeCustomerType extends java.lang.Enum<NoticeCustomerType>
| Enum Constant and Description |
|---|
AvaTaxReturns
AvaTax Returns
|
HudsonGroup
Hudson Group
|
PWC
PWC
|
SST
SST
|
StandAlone
Stand Alone
|
Strategic
Strategic
|
TrustFile
TrustFile
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static NoticeCustomerType |
valueOf(int intValue) |
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 final NoticeCustomerType PWC
public static final NoticeCustomerType HudsonGroup
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 nullpublic static NoticeCustomerType valueOf(int intValue)
public int getValue()