public class EpmlRelation extends EpmlFlow
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
EpmlRelation() |
| 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.
|
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 EpmlFlowprotected java.lang.String exportAttributes()
EpmlElementexportAttributes in class EpmlFlowprotected void checkValidity(Epml epml)
EpmlElementcheckValidity in class EpmlFlow