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