public interface EnvelopeParamSpec extends SingleParamSpec
Modifier and Type | Interface and Description |
---|---|
static class |
EnvelopeParamSpec.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 |
---|---|
int |
getMax()
Gets the "max" element
|
int |
getMin()
Gets the "min" element
|
void |
setMax(int max)
Sets the "max" element
|
void |
setMin(int min)
Sets the "min" element
|
org.apache.xmlbeans.XmlInt |
xgetMax()
Gets (as xml) the "max" element
|
org.apache.xmlbeans.XmlInt |
xgetMin()
Gets (as xml) the "min" element
|
void |
xsetMax(org.apache.xmlbeans.XmlInt max)
Sets (as xml) the "max" element
|
void |
xsetMin(org.apache.xmlbeans.XmlInt min)
Sets (as xml) the "min" element
|
addNewMidiSender, addNewParamModel, getMidiSender, getParamModel, isSetMidiSender, isSetParamModel, setMidiSender, setParamModel, unsetMidiSender, unsetParamModel
getName, getUuid, isSetName, isSetUuid, setName, setUuid, unsetName, unsetUuid, xgetName, xgetUuid, xsetName, xsetUuid
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
int getMin()
org.apache.xmlbeans.XmlInt xgetMin()
void setMin(int min)
void xsetMin(org.apache.xmlbeans.XmlInt min)
int getMax()
org.apache.xmlbeans.XmlInt xgetMax()
void setMax(int max)
void xsetMax(org.apache.xmlbeans.XmlInt max)
Copyright © 2014. All Rights Reserved.