public enum FilingTypeId extends java.lang.Enum<FilingTypeId>
| Enum Constant and Description |
|---|
EfileCheck
No comment data provided
|
EFTPaper
No comment data provided
|
ElectronicReturn
No comment data provided
|
PaperReturn
No comment data provided
|
PhonePaper
No comment data provided
|
SER
No comment data provided
|
SignatureReady
No comment data provided
|
| Modifier and Type | Method and Description |
|---|---|
static FilingTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilingTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilingTypeId PaperReturn
public static final FilingTypeId ElectronicReturn
public static final FilingTypeId SER
public static final FilingTypeId EFTPaper
public static final FilingTypeId PhonePaper
public static final FilingTypeId SignatureReady
public static final FilingTypeId EfileCheck
public static FilingTypeId[] values()
for (FilingTypeId c : FilingTypeId.values()) System.out.println(c);
public static FilingTypeId 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