Package | Description |
---|---|
org.jsynthlib.device.viewcontroller | |
org.jsynthlib.xmldevice | |
org.jsynthlib.xmldevice.impl |
Modifier and Type | Method and Description |
---|---|
protected IParamModel |
AbstractDriverEditor.newParamModel(ParamModel paramModel) |
Modifier and Type | Method and Description |
---|---|
ParamModel |
UuidSingleParamSpec.addNewParamModel()
Appends and returns a new empty "paramModel" element
|
ParamModel |
SingleParamSpec.addNewParamModel()
Appends and returns a new empty "paramModel" element
|
ParamModel |
UuidSingleParamSpec.getParamModel()
Gets the "paramModel" element
|
ParamModel |
SingleParamSpec.getParamModel()
Gets the "paramModel" element
|
static ParamModel |
ParamModel.Factory.newInstance() |
static ParamModel |
ParamModel.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ParamModel |
ParamModel.Factory.parse(File file) |
static ParamModel |
ParamModel.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ParamModel |
ParamModel.Factory.parse(InputStream is) |
static ParamModel |
ParamModel.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ParamModel |
ParamModel.Factory.parse(Node node) |
static ParamModel |
ParamModel.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ParamModel |
ParamModel.Factory.parse(Reader r) |
static ParamModel |
ParamModel.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ParamModel |
ParamModel.Factory.parse(String xmlAsString) |
static ParamModel |
ParamModel.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ParamModel |
ParamModel.Factory.parse(URL u) |
static ParamModel |
ParamModel.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ParamModel |
ParamModel.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ParamModel |
ParamModel.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ParamModel |
ParamModel.Factory.parse(XMLStreamReader sr) |
static ParamModel |
ParamModel.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
UuidSingleParamSpec.setParamModel(ParamModel paramModel)
Sets the "paramModel" element
|
void |
SingleParamSpec.setParamModel(ParamModel paramModel)
Sets the "paramModel" element
|
Modifier and Type | Class and Description |
---|---|
class |
ParamModelImpl
An XML paramModel(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Method and Description |
---|---|
ParamModel |
UuidSingleParamSpecImpl.addNewParamModel()
Appends and returns a new empty "paramModel" element
|
ParamModel |
SingleParamSpecImpl.addNewParamModel()
Appends and returns a new empty "paramModel" element
|
ParamModel |
UuidSingleParamSpecImpl.getParamModel()
Gets the "paramModel" element
|
ParamModel |
SingleParamSpecImpl.getParamModel()
Gets the "paramModel" element
|
Modifier and Type | Method and Description |
---|---|
void |
UuidSingleParamSpecImpl.setParamModel(ParamModel paramModel)
Sets the "paramModel" element
|
void |
SingleParamSpecImpl.setParamModel(ParamModel paramModel)
Sets the "paramModel" element
|
Copyright © 2014. All Rights Reserved.