Package | Description |
---|---|
org.jsynthlib.xmldevice | |
org.jsynthlib.xmldevice.impl |
Modifier and Type | Method and Description |
---|---|
CombinedIntPatchParam |
CombinedGroup.addNewParam()
Appends and returns a new empty value (as xml) as the last "param" element
|
CombinedIntPatchParam[] |
CombinedGroup.getParamArray()
Gets array of all "param" elements
|
CombinedIntPatchParam |
CombinedGroup.getParamArray(int i)
Gets ith "param" element
|
CombinedIntPatchParam |
CombinedGroup.insertNewParam(int i)
Inserts and returns a new empty value (as xml) as the ith "param" element
|
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.newInstance() |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(File file) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(InputStream is) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(Node node) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(Reader r) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(String xmlAsString) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(URL u) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(XMLStreamReader sr) |
static CombinedIntPatchParam |
CombinedIntPatchParam.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
CombinedGroup.setParamArray(CombinedIntPatchParam[] paramArray)
Sets array of all "param" element
|
void |
CombinedGroup.setParamArray(int i,
CombinedIntPatchParam param)
Sets ith "param" element
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedIntPatchParamImpl
An XML combinedIntPatchParam(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Method and Description |
---|---|
CombinedIntPatchParam |
CombinedGroupImpl.addNewParam()
Appends and returns a new empty value (as xml) as the last "param" element
|
CombinedIntPatchParam[] |
CombinedGroupImpl.getParamArray()
Gets array of all "param" elements
|
CombinedIntPatchParam |
CombinedGroupImpl.getParamArray(int i)
Gets ith "param" element
|
CombinedIntPatchParam |
CombinedGroupImpl.insertNewParam(int i)
Inserts and returns a new empty value (as xml) as the ith "param" element
|
Modifier and Type | Method and Description |
---|---|
void |
CombinedGroupImpl.setParamArray(CombinedIntPatchParam[] paramArray)
Sets array of all "param" element
|
void |
CombinedGroupImpl.setParamArray(int i,
CombinedIntPatchParam param)
Sets ith "param" element
|
Copyright © 2014. All Rights Reserved.