Package com.xero.models.accounting
Enum TenNinetyNineContact.FederalTaxClassificationEnum
java.lang.Object
java.lang.Enum<TenNinetyNineContact.FederalTaxClassificationEnum>
com.xero.models.accounting.TenNinetyNineContact.FederalTaxClassificationEnum
- All Implemented Interfaces:
Serializable,Comparable<TenNinetyNineContact.FederalTaxClassificationEnum>,java.lang.constant.Constable
- Enclosing class:
TenNinetyNineContact
public static enum TenNinetyNineContact.FederalTaxClassificationEnum
extends Enum<TenNinetyNineContact.FederalTaxClassificationEnum>
Contact federal tax classification
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionC_CORPNONPROFITOTHERPARTNERSHIPS_CORPSOLE_PROPRIETORTRUST_OR_ESTATE -
Method Summary
-
Enum Constant Details
-
SOLE_PROPRIETOR
SOLE_PROPRIETOR -
PARTNERSHIP
PARTNERSHIP -
TRUST_OR_ESTATE
TRUST_OR_ESTATE -
NONPROFIT
NONPROFIT -
C_CORP
C_CORP -
S_CORP
S_CORP -
OTHER
OTHER
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
toString- Overrides:
toStringin classEnum<TenNinetyNineContact.FederalTaxClassificationEnum>- Returns:
- String value
-
fromValue
fromValue- Parameters:
value- String
-