public class XpdlTriggerConditional extends XpdlElement
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlTriggerConditional(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
java.lang.String |
getConditionName() |
XpdlExpressionType |
getExpression() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard child elements: None.
|
void |
setConditionName(java.lang.String conditionName) |
void |
setExpression(XpdlExpressionType expression) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, checkValidity, exportAttribute, exportElement, getLineNumber, getTag, getXpdlText, importElement, importText, setLineNumber, setTag, setXpdlText
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importElements
in class XpdlElement
protected java.lang.String exportElements()
XpdlElement
exportElements
in class XpdlElement
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importAttributes
in class XpdlElement
protected java.lang.String exportAttributes()
exportAttributes
in class XpdlElement
public java.lang.String getConditionName()
public void setConditionName(java.lang.String conditionName)
public XpdlExpressionType getExpression()
public void setExpression(XpdlExpressionType expression)