Package | Description |
---|---|
org.jsynthlib.xmldevice | |
org.jsynthlib.xmldevice.impl |
Modifier and Type | Method and Description |
---|---|
PatchParamValues |
IntParamSpec.addNewPatchParamValues()
Appends and returns a new empty "patchParamValues" element
|
PatchParamValues |
CombinedIntPatchParam.addNewPatchParamValues()
Appends and returns a new empty "patchParamValues" element
|
PatchParamValues |
IntParamSpec.getPatchParamValues()
Gets the "patchParamValues" element
|
PatchParamValues |
CombinedIntPatchParam.getPatchParamValues()
Gets the "patchParamValues" element
|
static PatchParamValues |
PatchParamValues.Factory.newInstance() |
static PatchParamValues |
PatchParamValues.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PatchParamValues |
PatchParamValues.Factory.parse(File file) |
static PatchParamValues |
PatchParamValues.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamValues |
PatchParamValues.Factory.parse(InputStream is) |
static PatchParamValues |
PatchParamValues.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamValues |
PatchParamValues.Factory.parse(Node node) |
static PatchParamValues |
PatchParamValues.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamValues |
PatchParamValues.Factory.parse(Reader r) |
static PatchParamValues |
PatchParamValues.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamValues |
PatchParamValues.Factory.parse(String xmlAsString) |
static PatchParamValues |
PatchParamValues.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamValues |
PatchParamValues.Factory.parse(URL u) |
static PatchParamValues |
PatchParamValues.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PatchParamValues |
PatchParamValues.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PatchParamValues |
PatchParamValues.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PatchParamValues |
PatchParamValues.Factory.parse(XMLStreamReader sr) |
static PatchParamValues |
PatchParamValues.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
IntParamSpec.setPatchParamValues(PatchParamValues patchParamValues)
Sets the "patchParamValues" element
|
void |
CombinedIntPatchParam.setPatchParamValues(PatchParamValues patchParamValues)
Sets the "patchParamValues" element
|
Modifier and Type | Class and Description |
---|---|
class |
PatchParamValuesImpl
An XML patchParamValues(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Method and Description |
---|---|
PatchParamValues |
IntParamSpecImpl.addNewPatchParamValues()
Appends and returns a new empty "patchParamValues" element
|
PatchParamValues |
CombinedIntPatchParamImpl.addNewPatchParamValues()
Appends and returns a new empty "patchParamValues" element
|
PatchParamValues |
IntParamSpecImpl.getPatchParamValues()
Gets the "patchParamValues" element
|
PatchParamValues |
CombinedIntPatchParamImpl.getPatchParamValues()
Gets the "patchParamValues" element
|
Modifier and Type | Method and Description |
---|---|
void |
IntParamSpecImpl.setPatchParamValues(PatchParamValues patchParamValues)
Sets the "patchParamValues" element
|
void |
CombinedIntPatchParamImpl.setPatchParamValues(PatchParamValues patchParamValues)
Sets the "patchParamValues" element
|
Copyright © 2014. All Rights Reserved.