| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.modules.quickbooks.windows.schema.EstimateStatusFilterEnumType | |
Java class for EstimateStatusFilterEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EstimateStatusFilterEnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Active"/>
<enumeration value="NotActive"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EstimateStatusFilterEnumType | ACTIVE | Product: QBW Description: The Estimate was accepted by the Customer | |||||||||
| EstimateStatusFilterEnumType | NOT_ACTIVE | Product: QBW Description: The Estimate was not accepted by the Customer. | |||||||||
| 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: The Estimate was accepted by the Customer
Product: QBW Description: The Estimate was not accepted by the Customer.