| |
|
| com.bostechcorp.cbesb.etl.dataSourceMap.x10.WhereClauseDef
All known Subclasses: com.bostechcorp.cbesb.etl.dataSourceMap.x10.impl.WhereClauseDefImpl,
WhereClauseDef | public interface WhereClauseDef extends org.apache.xmlbeans.XmlObject(Code) | | An XML whereClauseDef(@http://cbesb.bostechcorp.com/etl/dataSourceMap/1.0).
This is a complex type.
|
Inner Class :final public static class Factory | |
Field Summary | |
final public static org.apache.xmlbeans.SchemaType | type |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
isSetTable | boolean isSetTable()(Code) | | True if has "table" element
|
removeCompare | void removeCompare(int i)(Code) | | Removes the ith "compare" element
|
removeParentheses | void removeParentheses(int i)(Code) | | Removes the ith "parentheses" element
|
sizeOfCompareArray | int sizeOfCompareArray()(Code) | | Returns number of "compare" element
|
sizeOfParenthesesArray | int sizeOfParenthesesArray()(Code) | | Returns number of "parentheses" element
|
unsetTable | void unsetTable()(Code) | | Unsets the "table" element
|
|
|
|