public final enum

SortByColumnOtherName

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.quickbooks.windows.schema.SortByColumnOtherName

Class Overview

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>
 

Summary

Enum Values
SortByColumnOtherName  CITY_COUNTRY   
SortByColumnOtherName  DB_CREATED_TMS   
SortByColumnOtherName  LAST_NAME  Product: QBW Description: Note: Deprecated. 
SortByColumnOtherName  NAME   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static SortByColumnOtherName fromValue(String v)
String value()
static SortByColumnOtherName valueOf(String name)
final static SortByColumnOtherName[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SortByColumnOtherName CITY_COUNTRY

public static final SortByColumnOtherName DB_CREATED_TMS

public static final SortByColumnOtherName LAST_NAME

Product: QBW Description: Note: Deprecated. The sorting is performed by using the "Name" element, not the "LastName".

public static final SortByColumnOtherName NAME

Fields

private final String value

Public Methods

public static SortByColumnOtherName fromValue (String v)

Parameters
v

public String value ()

public static SortByColumnOtherName valueOf (String name)

Parameters
name

public static final SortByColumnOtherName[] values ()