public interface DataSourceStepConfig
extends org.apache.xmlbeans.XmlObject
Type | Property and Description |
---|---|
org.apache.xmlbeans.XmlString |
addNew
Appends and returns a new empty value (as xml) as the last "property" element
|
Modifier and Type | Interface and Description |
---|---|
static class |
DataSourceStepConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
DataSourceConfig |
addNewDataSource()
Appends and returns a new empty "dataSource" element
|
org.apache.xmlbeans.XmlString |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
void |
addProperty(String property)
Appends the value as the last "property" element
|
DataSourceConfig |
getDataSource()
Gets the "dataSource" element
|
String |
getEndRow()
Gets the "endRow" element
|
boolean |
getEntitizeValues()
Gets the "entitizeValues" element
|
boolean |
getExpandProperties()
Gets the "expandProperties" element
|
boolean |
getFailOnEmpty()
Gets the "failOnEmpty" element
|
boolean |
getGotoLoopOnEmpty()
Gets the "gotoLoopOnEmpty" element
|
boolean |
getPreload()
Gets the "preload" element
|
String[] |
getPropertyArray()
Deprecated.
|
String |
getPropertyArray(int i)
Gets ith "property" element
|
List<String> |
getPropertyList()
Gets a List of "property" elements
|
boolean |
getRestartOnRun()
Gets the "restartOnRun" element
|
boolean |
getRestartShared()
Gets the "restartShared" element
|
boolean |
getShared()
Gets the "shared" element
|
String |
getStartRow()
Gets the "startRow" element
|
boolean |
getTrimValues()
Gets the "trimValues" element
|
org.apache.xmlbeans.XmlString |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
void |
insertProperty(int i,
String property)
Inserts the value as the ith "property" element
|
boolean |
isSetFailOnEmpty()
True if has "failOnEmpty" element
|
void |
removeProperty(int i)
Removes the ith "property" element
|
void |
setDataSource(DataSourceConfig dataSource)
Sets the "dataSource" element
|
void |
setEndRow(String endRow)
Sets the "endRow" element
|
void |
setEntitizeValues(boolean entitizeValues)
Sets the "entitizeValues" element
|
void |
setExpandProperties(boolean expandProperties)
Sets the "expandProperties" element
|
void |
setFailOnEmpty(boolean failOnEmpty)
Sets the "failOnEmpty" element
|
void |
setGotoLoopOnEmpty(boolean gotoLoopOnEmpty)
Sets the "gotoLoopOnEmpty" element
|
void |
setPreload(boolean preload)
Sets the "preload" element
|
void |
setPropertyArray(int i,
String property)
Sets ith "property" element
|
void |
setPropertyArray(String[] propertyArray)
Sets array of all "property" element
|
void |
setRestartOnRun(boolean restartOnRun)
Sets the "restartOnRun" element
|
void |
setRestartShared(boolean restartShared)
Sets the "restartShared" element
|
void |
setShared(boolean shared)
Sets the "shared" element
|
void |
setStartRow(String startRow)
Sets the "startRow" element
|
void |
setTrimValues(boolean trimValues)
Sets the "trimValues" element
|
int |
sizeOfPropertyArray()
Returns number of "property" element
|
void |
unsetFailOnEmpty()
Unsets the "failOnEmpty" element
|
org.apache.xmlbeans.XmlString |
xgetEndRow()
Gets (as xml) the "endRow" element
|
org.apache.xmlbeans.XmlBoolean |
xgetEntitizeValues()
Gets (as xml) the "entitizeValues" element
|
org.apache.xmlbeans.XmlBoolean |
xgetExpandProperties()
Gets (as xml) the "expandProperties" element
|
org.apache.xmlbeans.XmlBoolean |
xgetFailOnEmpty()
Gets (as xml) the "failOnEmpty" element
|
org.apache.xmlbeans.XmlBoolean |
xgetGotoLoopOnEmpty()
Gets (as xml) the "gotoLoopOnEmpty" element
|
org.apache.xmlbeans.XmlBoolean |
xgetPreload()
Gets (as xml) the "preload" element
|
org.apache.xmlbeans.XmlString[] |
xgetPropertyArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetPropertyArray(int i)
Gets (as xml) ith "property" element
|
List<org.apache.xmlbeans.XmlString> |
xgetPropertyList()
Gets (as xml) a List of "property" elements
|
org.apache.xmlbeans.XmlBoolean |
xgetRestartOnRun()
Gets (as xml) the "restartOnRun" element
|
org.apache.xmlbeans.XmlBoolean |
xgetRestartShared()
Gets (as xml) the "restartShared" element
|
org.apache.xmlbeans.XmlBoolean |
xgetShared()
Gets (as xml) the "shared" element
|
org.apache.xmlbeans.XmlString |
xgetStartRow()
Gets (as xml) the "startRow" element
|
org.apache.xmlbeans.XmlBoolean |
xgetTrimValues()
Gets (as xml) the "trimValues" element
|
void |
xsetEndRow(org.apache.xmlbeans.XmlString endRow)
Sets (as xml) the "endRow" element
|
void |
xsetEntitizeValues(org.apache.xmlbeans.XmlBoolean entitizeValues)
Sets (as xml) the "entitizeValues" element
|
void |
xsetExpandProperties(org.apache.xmlbeans.XmlBoolean expandProperties)
Sets (as xml) the "expandProperties" element
|
void |
xsetFailOnEmpty(org.apache.xmlbeans.XmlBoolean failOnEmpty)
Sets (as xml) the "failOnEmpty" element
|
void |
xsetGotoLoopOnEmpty(org.apache.xmlbeans.XmlBoolean gotoLoopOnEmpty)
Sets (as xml) the "gotoLoopOnEmpty" element
|
void |
xsetPreload(org.apache.xmlbeans.XmlBoolean preload)
Sets (as xml) the "preload" element
|
void |
xsetPropertyArray(int i,
org.apache.xmlbeans.XmlString property)
Sets (as xml) ith "property" element
|
void |
xsetPropertyArray(org.apache.xmlbeans.XmlString[] propertyArray)
Sets (as xml) array of all "property" element
|
void |
xsetRestartOnRun(org.apache.xmlbeans.XmlBoolean restartOnRun)
Sets (as xml) the "restartOnRun" element
|
void |
xsetRestartShared(org.apache.xmlbeans.XmlBoolean restartShared)
Sets (as xml) the "restartShared" element
|
void |
xsetShared(org.apache.xmlbeans.XmlBoolean shared)
Sets (as xml) the "shared" element
|
void |
xsetStartRow(org.apache.xmlbeans.XmlString startRow)
Sets (as xml) the "startRow" element
|
void |
xsetTrimValues(org.apache.xmlbeans.XmlBoolean trimValues)
Sets (as xml) the "trimValues" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
org.apache.xmlbeans.XmlString addNewProperty
DataSourceConfig getDataSource()
void setDataSource(DataSourceConfig dataSource)
DataSourceConfig addNewDataSource()
boolean getShared()
org.apache.xmlbeans.XmlBoolean xgetShared()
void setShared(boolean shared)
void xsetShared(org.apache.xmlbeans.XmlBoolean shared)
boolean getRestartShared()
org.apache.xmlbeans.XmlBoolean xgetRestartShared()
void setRestartShared(boolean restartShared)
void xsetRestartShared(org.apache.xmlbeans.XmlBoolean restartShared)
boolean getPreload()
org.apache.xmlbeans.XmlBoolean xgetPreload()
void setPreload(boolean preload)
void xsetPreload(org.apache.xmlbeans.XmlBoolean preload)
String[] getPropertyArray()
String getPropertyArray(int i)
List<org.apache.xmlbeans.XmlString> xgetPropertyList()
org.apache.xmlbeans.XmlString[] xgetPropertyArray()
org.apache.xmlbeans.XmlString xgetPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(String[] propertyArray)
void setPropertyArray(int i, String property)
void xsetPropertyArray(org.apache.xmlbeans.XmlString[] propertyArray)
void xsetPropertyArray(int i, org.apache.xmlbeans.XmlString property)
void insertProperty(int i, String property)
void addProperty(String property)
org.apache.xmlbeans.XmlString insertNewProperty(int i)
org.apache.xmlbeans.XmlString addNewProperty()
void removeProperty(int i)
String getStartRow()
org.apache.xmlbeans.XmlString xgetStartRow()
void setStartRow(String startRow)
void xsetStartRow(org.apache.xmlbeans.XmlString startRow)
String getEndRow()
org.apache.xmlbeans.XmlString xgetEndRow()
void setEndRow(String endRow)
void xsetEndRow(org.apache.xmlbeans.XmlString endRow)
boolean getFailOnEmpty()
org.apache.xmlbeans.XmlBoolean xgetFailOnEmpty()
boolean isSetFailOnEmpty()
void setFailOnEmpty(boolean failOnEmpty)
void xsetFailOnEmpty(org.apache.xmlbeans.XmlBoolean failOnEmpty)
void unsetFailOnEmpty()
boolean getGotoLoopOnEmpty()
org.apache.xmlbeans.XmlBoolean xgetGotoLoopOnEmpty()
void setGotoLoopOnEmpty(boolean gotoLoopOnEmpty)
void xsetGotoLoopOnEmpty(org.apache.xmlbeans.XmlBoolean gotoLoopOnEmpty)
boolean getTrimValues()
org.apache.xmlbeans.XmlBoolean xgetTrimValues()
void setTrimValues(boolean trimValues)
void xsetTrimValues(org.apache.xmlbeans.XmlBoolean trimValues)
boolean getEntitizeValues()
org.apache.xmlbeans.XmlBoolean xgetEntitizeValues()
void setEntitizeValues(boolean entitizeValues)
void xsetEntitizeValues(org.apache.xmlbeans.XmlBoolean entitizeValues)
boolean getRestartOnRun()
org.apache.xmlbeans.XmlBoolean xgetRestartOnRun()
void setRestartOnRun(boolean restartOnRun)
void xsetRestartOnRun(org.apache.xmlbeans.XmlBoolean restartOnRun)
boolean getExpandProperties()
org.apache.xmlbeans.XmlBoolean xgetExpandProperties()
void setExpandProperties(boolean expandProperties)
void xsetExpandProperties(org.apache.xmlbeans.XmlBoolean expandProperties)
Copyright © 2019. All Rights Reserved.