public static enum TaxNumberRecord.TaxPreEnum extends Enum<TaxNumberRecord.TaxPreEnum>
| Modifier and Type | Method and Description |
|---|---|
static TaxNumberRecord.TaxPreEnum |
fromValue(String text) |
String |
toString() |
static TaxNumberRecord.TaxPreEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxNumberRecord.TaxPreEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxNumberRecord.TaxPreEnum _0
public static final TaxNumberRecord.TaxPreEnum _1
public static TaxNumberRecord.TaxPreEnum[] values()
for (TaxNumberRecord.TaxPreEnum c : TaxNumberRecord.TaxPreEnum.values()) System.out.println(c);
public static TaxNumberRecord.TaxPreEnum 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.TaxPreEnum>public static TaxNumberRecord.TaxPreEnum fromValue(String text)
Copyright © 2019. All rights reserved.