public class XpdlInputSet extends XpdlCollections<XpdlInput>
listlineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlInputSet(java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
XpdlInput |
create() |
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
java.util.List<XpdlArtifactInput> |
getArtifactInputList() |
java.util.List<XpdlPropertyInput> |
getPropertyInputList() |
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard child elements: None.
|
add2List, getList, setListcheckBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, checkValidity, exportAttribute, exportAttributes, exportElement, getLineNumber, getTag, getXpdlText, importAttributes, importElement, importText, setLineNumber, setTag, setXpdlTextpublic XpdlInput create()
create in class XpdlCollections<XpdlInput>protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportElements in class XpdlCollections<XpdlInput>protected java.lang.String exportElements()
XpdlElementexportElements in class XpdlCollections<XpdlInput>public java.util.List<XpdlArtifactInput> getArtifactInputList()
public java.util.List<XpdlPropertyInput> getPropertyInputList()