public class XpdlJoin extends XpdlElement
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlJoin(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkValidity(Xpdl xpdl)
Default check for validity: No action.
|
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
java.lang.String |
getExclusiveType() |
java.lang.String |
getIncomingCondition() |
java.lang.String |
getType() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
void |
setExclusiveType(java.lang.String exclusiveType) |
void |
setIncomingCondition(java.lang.String incomingCondition) |
void |
setType(java.lang.String type) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, exportElements, getLineNumber, getTag, getXpdlText, importElement, importElements, importText, setLineNumber, setTag, setXpdlText
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importAttributes
in class XpdlElement
protected java.lang.String exportAttributes()
exportAttributes
in class XpdlElement
protected void checkValidity(Xpdl xpdl)
XpdlElement
checkValidity
in class XpdlElement
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getExclusiveType()
public void setExclusiveType(java.lang.String exclusiveType)
public java.lang.String getIncomingCondition()
public void setIncomingCondition(java.lang.String incomingCondition)