public interface CombinedGroup extends SingleParamSpec
| Modifier and Type | Interface and Description |
|---|---|
static class |
CombinedGroup.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
CombinedIntPatchParam |
addNewParam()
Appends and returns a new empty value (as xml) as the last "param" element
|
CombinedIntPatchParam[] |
getParamArray()
Gets array of all "param" elements
|
CombinedIntPatchParam |
getParamArray(int i)
Gets ith "param" element
|
CombinedIntPatchParam |
insertNewParam(int i)
Inserts and returns a new empty value (as xml) as the ith "param" element
|
void |
removeParam(int i)
Removes the ith "param" element
|
void |
setParamArray(CombinedIntPatchParam[] paramArray)
Sets array of all "param" element
|
void |
setParamArray(int i,
CombinedIntPatchParam param)
Sets ith "param" element
|
int |
sizeOfParamArray()
Returns number of "param" element
|
addNewMidiSender, addNewParamModel, getMidiSender, getParamModel, isSetMidiSender, isSetParamModel, setMidiSender, setParamModel, unsetMidiSender, unsetParamModelgetName, getUuid, isSetName, isSetUuid, setName, setUuid, unsetName, unsetUuid, xgetName, xgetUuid, xsetName, xsetUuidchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextCombinedIntPatchParam[] getParamArray()
CombinedIntPatchParam getParamArray(int i)
int sizeOfParamArray()
void setParamArray(CombinedIntPatchParam[] paramArray)
void setParamArray(int i,
CombinedIntPatchParam param)
CombinedIntPatchParam insertNewParam(int i)
CombinedIntPatchParam addNewParam()
void removeParam(int i)
Copyright © 2014. All Rights Reserved.