public final enum

SortByColumnEmployee

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

Class Overview

Java class for SortByColumnEmployee.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="SortByColumnEmployee">
   <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
SortByColumnEmployee  CITY_COUNTRY   
SortByColumnEmployee  DB_CREATED_TMS   
SortByColumnEmployee  LAST_NAME  Product: QBW Description: Note: Deprecated. 
SortByColumnEmployee  NAME   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static SortByColumnEmployee fromValue(String v)
String value()
static SortByColumnEmployee valueOf(String name)
final static SortByColumnEmployee[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SortByColumnEmployee CITY_COUNTRY

public static final SortByColumnEmployee DB_CREATED_TMS

public static final SortByColumnEmployee LAST_NAME

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

public static final SortByColumnEmployee NAME

Fields

private final String value

Public Methods

public static SortByColumnEmployee fromValue (String v)

Parameters
v

public String value ()

public static SortByColumnEmployee valueOf (String name)

Parameters
name

public static final SortByColumnEmployee[] values ()