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