@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SaudiArabiaTaxRegistrationNumberType extends Enum<SaudiArabiaTaxRegistrationNumberType>
Enum Constant and Description |
---|
CommercialRegistrationNumber |
TaxIdentificationNumber |
TaxRegistrationNumber |
Modifier and Type | Method and Description |
---|---|
static SaudiArabiaTaxRegistrationNumberType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static SaudiArabiaTaxRegistrationNumberType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaudiArabiaTaxRegistrationNumberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaudiArabiaTaxRegistrationNumberType TaxRegistrationNumber
public static final SaudiArabiaTaxRegistrationNumberType TaxIdentificationNumber
public static final SaudiArabiaTaxRegistrationNumberType CommercialRegistrationNumber
public static SaudiArabiaTaxRegistrationNumberType[] values()
for (SaudiArabiaTaxRegistrationNumberType c : SaudiArabiaTaxRegistrationNumberType.values()) System.out.println(c);
public static SaudiArabiaTaxRegistrationNumberType 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<SaudiArabiaTaxRegistrationNumberType>
public static SaudiArabiaTaxRegistrationNumberType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.