public enum WorksheetStatusId extends java.lang.Enum<WorksheetStatusId>
Enum Constant and Description |
---|
ApprovedToFile
No comment data provided
|
ApprovedToFileOnBehalf
No comment data provided
|
Dirty
No comment data provided
|
DoNotFile
No comment data provided
|
Filed
No comment data provided
|
FiledOnBehalf
No comment data provided
|
PaymentRemitted
No comment data provided
|
PendingApproval
No comment data provided
|
PendingFiling
No comment data provided
|
PendingFilingOnBehalf
No comment data provided
|
PendingReturn
No comment data provided
|
PendingReturnOnBehalf
No comment data provided
|
ReturnAccepted
No comment data provided
|
ReturnAcceptedOnBehalf
No comment data provided
|
ReturnRejected
No comment data provided
|
ReturnRejectedOnBehalf
No comment data provided
|
Voided
No comment data provided
|
Modifier and Type | Method and Description |
---|---|
static WorksheetStatusId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorksheetStatusId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorksheetStatusId PendingApproval
public static final WorksheetStatusId Dirty
public static final WorksheetStatusId ApprovedToFile
public static final WorksheetStatusId PendingFiling
public static final WorksheetStatusId PendingFilingOnBehalf
public static final WorksheetStatusId Filed
public static final WorksheetStatusId FiledOnBehalf
public static final WorksheetStatusId ReturnAccepted
public static final WorksheetStatusId ReturnAcceptedOnBehalf
public static final WorksheetStatusId PaymentRemitted
public static final WorksheetStatusId Voided
public static final WorksheetStatusId PendingReturn
public static final WorksheetStatusId PendingReturnOnBehalf
public static final WorksheetStatusId DoNotFile
public static final WorksheetStatusId ReturnRejected
public static final WorksheetStatusId ReturnRejectedOnBehalf
public static final WorksheetStatusId ApprovedToFileOnBehalf
public static WorksheetStatusId[] values()
for (WorksheetStatusId c : WorksheetStatusId.values()) System.out.println(c);
public static WorksheetStatusId 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