Package | Description |
---|---|
org.jsynthlib.xmldevice | |
org.jsynthlib.xmldevice.impl |
Modifier and Type | Method and Description |
---|---|
IntParamSpec |
PatchParams.addNewIntParamSpec()
Appends and returns a new empty value (as xml) as the last "intParamSpec" element
|
IntParamSpec[] |
PatchParams.getIntParamSpecArray()
Gets array of all "intParamSpec" elements
|
IntParamSpec |
PatchParams.getIntParamSpecArray(int i)
Gets ith "intParamSpec" element
|
IntParamSpec |
PatchParams.insertNewIntParamSpec(int i)
Inserts and returns a new empty value (as xml) as the ith "intParamSpec" element
|
static IntParamSpec |
IntParamSpec.Factory.newInstance() |
static IntParamSpec |
IntParamSpec.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static IntParamSpec |
IntParamSpec.Factory.parse(File file) |
static IntParamSpec |
IntParamSpec.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static IntParamSpec |
IntParamSpec.Factory.parse(InputStream is) |
static IntParamSpec |
IntParamSpec.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static IntParamSpec |
IntParamSpec.Factory.parse(Node node) |
static IntParamSpec |
IntParamSpec.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static IntParamSpec |
IntParamSpec.Factory.parse(Reader r) |
static IntParamSpec |
IntParamSpec.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static IntParamSpec |
IntParamSpec.Factory.parse(String xmlAsString) |
static IntParamSpec |
IntParamSpec.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static IntParamSpec |
IntParamSpec.Factory.parse(URL u) |
static IntParamSpec |
IntParamSpec.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static IntParamSpec |
IntParamSpec.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static IntParamSpec |
IntParamSpec.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static IntParamSpec |
IntParamSpec.Factory.parse(XMLStreamReader sr) |
static IntParamSpec |
IntParamSpec.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
PatchParams.setIntParamSpecArray(int i,
IntParamSpec intParamSpec)
Sets ith "intParamSpec" element
|
void |
PatchParams.setIntParamSpecArray(IntParamSpec[] intParamSpecArray)
Sets array of all "intParamSpec" element
|
Modifier and Type | Class and Description |
---|---|
class |
IntParamSpecImpl
An XML intParamSpec(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Method and Description |
---|---|
IntParamSpec |
PatchParamsImpl.addNewIntParamSpec()
Appends and returns a new empty value (as xml) as the last "intParamSpec" element
|
IntParamSpec[] |
PatchParamsImpl.getIntParamSpecArray()
Gets array of all "intParamSpec" elements
|
IntParamSpec |
PatchParamsImpl.getIntParamSpecArray(int i)
Gets ith "intParamSpec" element
|
IntParamSpec |
PatchParamsImpl.insertNewIntParamSpec(int i)
Inserts and returns a new empty value (as xml) as the ith "intParamSpec" element
|
Modifier and Type | Method and Description |
---|---|
void |
PatchParamsImpl.setIntParamSpecArray(int i,
IntParamSpec intParamSpec)
Sets ith "intParamSpec" element
|
void |
PatchParamsImpl.setIntParamSpecArray(IntParamSpec[] intParamSpecArray)
Sets array of all "intParamSpec" element
|
Copyright © 2014. All Rights Reserved.