public class EpmlFlow extends EpmlElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
EpmlFlow() |
EpmlFlow(java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidity(Epml epml)
Default check for validity: No action.
|
protected java.lang.String |
exportAttributes()
Exports all standard attributes: None.
|
java.lang.String |
getSource() |
java.lang.String |
getTarget() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Epml epml)
Imports all standard attributes: None.
|
checkBoolean, checkDecimal, checkNonNegativeIntegerOrK, checkPositiveInteger, checkPositiveIntegerOrK, checkPositiveIntegers, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, exportElements, importElement, importElements, importTextpublic static final java.lang.String TAG
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Epml epml)
EpmlElementimportAttributes in class EpmlElementprotected java.lang.String exportAttributes()
EpmlElementexportAttributes in class EpmlElementprotected void checkValidity(Epml epml)
EpmlElementcheckValidity in class EpmlElementpublic java.lang.String getSource()
public java.lang.String getTarget()