public enum LocalNexusTypeId extends java.lang.Enum<LocalNexusTypeId>
| Enum Constant and Description |
|---|
All
Customer declares nexus in all local taxing authorities.
|
Selected
Only the specific nexus objects declared for this company are declared.
|
StateAdministered
Customer declares nexus in all state administered taxing authorities.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static LocalNexusTypeId |
valueOf(int intValue) |
static LocalNexusTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalNexusTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalNexusTypeId Selected
public static final LocalNexusTypeId StateAdministered
public static final LocalNexusTypeId All
public static LocalNexusTypeId[] values()
for (LocalNexusTypeId c : LocalNexusTypeId.values()) System.out.println(c);
public static LocalNexusTypeId 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 LocalNexusTypeId valueOf(int intValue)
public int getValue()