public final enum

OperatorEnumType

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

Class Overview

Java class for operatorEnumType.

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

 <simpleType name="operatorEnumType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="GT"/>
     <enumeration value="GTE"/>
     <enumeration value="LT"/>
     <enumeration value="LTE"/>
     <enumeration value="EQ"/>
     <enumeration value="XEQ"/>
     <enumeration value="CT"/>
     <enumeration value="XCT"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
OperatorEnumType  CT  Product: QBW Description: Contains. 
OperatorEnumType  EQ  Product: QBW Description: Equal, applies to Dates as well. 
OperatorEnumType  GT  Product: QBW Description: Greater Than, applies to Dates as well. 
OperatorEnumType  GTE  Product: QBW Description: Greater Than Or Equal, applies to Dates as well. 
OperatorEnumType  LT  Product: QBW Description: Less Than, applies to Dates as well. 
OperatorEnumType  LTE  Product: QBW Description: Less Than Or Equal, applies to Dates as well. 
OperatorEnumType  XCT  Product: QBW Description: Does Not Contain. 
OperatorEnumType  XEQ  Product: QBW Description: Not Equal, applies to Dates as well. 
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static OperatorEnumType fromValue(String v)
String value()
static OperatorEnumType valueOf(String name)
final static OperatorEnumType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final OperatorEnumType CT

Product: QBW Description: Contains.

public static final OperatorEnumType EQ

Product: QBW Description: Equal, applies to Dates as well.

public static final OperatorEnumType GT

Product: QBW Description: Greater Than, applies to Dates as well.

public static final OperatorEnumType GTE

Product: QBW Description: Greater Than Or Equal, applies to Dates as well.

public static final OperatorEnumType LT

Product: QBW Description: Less Than, applies to Dates as well.

public static final OperatorEnumType LTE

Product: QBW Description: Less Than Or Equal, applies to Dates as well.

public static final OperatorEnumType XCT

Product: QBW Description: Does Not Contain.

public static final OperatorEnumType XEQ

Product: QBW Description: Not Equal, applies to Dates as well.

Public Methods

public static OperatorEnumType fromValue (String v)

Parameters
v

public String value ()

public static OperatorEnumType valueOf (String name)

Parameters
name

public static final OperatorEnumType[] values ()