public final enum

TextCaseType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.avalara.TextCaseType

Class Overview

The casing to apply to the valid address(es) returned in the validation result.

Summary

Enum Values
TextCaseType  DEFAULT  Default casing for the account. 
TextCaseType  MIXED  Mixed case. 
TextCaseType  UPPER  Upper case. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
TextCase toAvalaraTextCase()
String value()
static TextCaseType valueOf(String name)
final static TextCaseType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TextCaseType DEFAULT

Default casing for the account.

public static final TextCaseType MIXED

Mixed case.

public static final TextCaseType UPPER

Upper case.

Fields

private final String value

Public Methods

public TextCase toAvalaraTextCase ()

public String value ()

public static TextCaseType valueOf (String name)

Parameters
name

public static final TextCaseType[] values ()