public static enum TaxNumberRecord.ZeroTaxEnum extends Enum<TaxNumberRecord.ZeroTaxEnum>
| Modifier and Type | Method and Description |
|---|---|
static TaxNumberRecord.ZeroTaxEnum |
fromValue(String text) |
String |
toString() |
static TaxNumberRecord.ZeroTaxEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxNumberRecord.ZeroTaxEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxNumberRecord.ZeroTaxEnum _0
public static final TaxNumberRecord.ZeroTaxEnum _1
public static final TaxNumberRecord.ZeroTaxEnum _2
public static final TaxNumberRecord.ZeroTaxEnum _3
public static TaxNumberRecord.ZeroTaxEnum[] values()
for (TaxNumberRecord.ZeroTaxEnum c : TaxNumberRecord.ZeroTaxEnum.values()) System.out.println(c);
public static TaxNumberRecord.ZeroTaxEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<TaxNumberRecord.ZeroTaxEnum>public static TaxNumberRecord.ZeroTaxEnum fromValue(String text)
Copyright © 2019. All rights reserved.