| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SortByColumnOtherName | |
Java class for SortByColumnOtherName.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SortByColumnOtherName">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="LastName"/>
<enumeration value="Name"/>
<enumeration value="CityCountry"/>
<enumeration value="DBCreatedTMS"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SortByColumnOtherName | CITY_COUNTRY | ||||||||||
| SortByColumnOtherName | DB_CREATED_TMS | ||||||||||
| SortByColumnOtherName | LAST_NAME | Product: QBW Description: Note: Deprecated. | |||||||||
| SortByColumnOtherName | NAME | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Product: QBW Description: Note: Deprecated. The sorting is performed by using the "Name" element, not the "LastName".