public class ScriptEl extends ScriptingElement
Modifier and Type | Field and Description |
---|---|
protected java.util.List<OnErrorEl> |
onerrors |
static java.lang.String |
TAG_NAME |
Constructor and Description |
---|
ScriptEl(XmlElement element,
ScriptingElement parent) |
Modifier and Type | Method and Description |
---|---|
void |
configure(XmlElement element)
Configures the class using specified XML element.
|
java.util.List<OnErrorEl> |
getOnerrorElements() |
boolean |
isNewTx() |
void |
setNewTx(boolean newTx) |
void |
setOnerrorElements(java.util.List<OnErrorEl> list) |
java.lang.String |
toString() |
getConnectionId, getContent, getDialectContent, getIf, getLocation, getParent, setConnectionId, setIf
assertRequiredFieldPresent, assertRequiredFieldPresent, findGetter, findSetter, load, loadClass, setLocation, setLocation, setPatternProperty, setPatternProperty, setProperty, setProperty, setRequiredProperty, setRequiredProperty
public static final java.lang.String TAG_NAME
protected java.util.List<OnErrorEl> onerrors
public ScriptEl(XmlElement element, ScriptingElement parent)
public boolean isNewTx()
public void setNewTx(boolean newTx)
public java.util.List<OnErrorEl> getOnerrorElements()
public void setOnerrorElements(java.util.List<OnErrorEl> list)
public void configure(XmlElement element)
XmlConfigurable
configure
in interface XmlConfigurable
configure
in class ScriptingElement
element
- XML element.public java.lang.String toString()
toString
in class ScriptingElement
Copyright © Copyright 2006-2019 The Scriptella Project Team.