public interface ALDXMLOperatorWithDescriptorType extends ALDXMLOperatorType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ALDXMLOperatorWithDescriptorType.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 |
|---|---|
ALDXMLKeyValuePairType |
addNewParameterDescriptors()
Appends and returns a new empty value (as xml) as the last "parameterDescriptors" element
|
org.apache.xmlbeans.XmlString |
addNewParameterNames()
Appends and returns a new empty value (as xml) as the last "parameterNames" element
|
void |
addParameterNames(String parameterNames)
Appends the value as the last "parameterNames" element
|
ALDXMLKeyValuePairType[] |
getParameterDescriptorsArray()
Gets array of all "parameterDescriptors" elements
|
ALDXMLKeyValuePairType |
getParameterDescriptorsArray(int i)
Gets ith "parameterDescriptors" element
|
String[] |
getParameterNamesArray()
Gets array of all "parameterNames" elements
|
String |
getParameterNamesArray(int i)
Gets ith "parameterNames" element
|
ALDXMLKeyValuePairType |
insertNewParameterDescriptors(int i)
Inserts and returns a new empty value (as xml) as the ith "parameterDescriptors" element
|
org.apache.xmlbeans.XmlString |
insertNewParameterNames(int i)
Inserts and returns a new empty value (as xml) as the ith "parameterNames" element
|
void |
insertParameterNames(int i,
String parameterNames)
Inserts the value as the ith "parameterNames" element
|
void |
removeParameterDescriptors(int i)
Removes the ith "parameterDescriptors" element
|
void |
removeParameterNames(int i)
Removes the ith "parameterNames" element
|
void |
setParameterDescriptorsArray(ALDXMLKeyValuePairType[] parameterDescriptorsArray)
Sets array of all "parameterDescriptors" element
|
void |
setParameterDescriptorsArray(int i,
ALDXMLKeyValuePairType parameterDescriptors)
Sets ith "parameterDescriptors" element
|
void |
setParameterNamesArray(int i,
String parameterNames)
Sets ith "parameterNames" element
|
void |
setParameterNamesArray(String[] parameterNamesArray)
Sets array of all "parameterNames" element
|
int |
sizeOfParameterDescriptorsArray()
Returns number of "parameterDescriptors" element
|
int |
sizeOfParameterNamesArray()
Returns number of "parameterNames" element
|
org.apache.xmlbeans.XmlString[] |
xgetParameterNamesArray()
Gets (as xml) array of all "parameterNames" elements
|
org.apache.xmlbeans.XmlString |
xgetParameterNamesArray(int i)
Gets (as xml) ith "parameterNames" element
|
void |
xsetParameterNamesArray(int i,
org.apache.xmlbeans.XmlString parameterNames)
Sets (as xml) ith "parameterNames" element
|
void |
xsetParameterNamesArray(org.apache.xmlbeans.XmlString[] parameterNamesArray)
Sets (as xml) array of all "parameterNames" element
|
getOpName, setOpName, xgetOpName, xsetOpNameaddNewPairs, getPairsArray, getPairsArray, insertNewPairs, removePairs, setPairsArray, setPairsArray, sizeOfPairsArraygetClassName, setClassName, xgetClassName, xsetClassNamechangeType, compareTo, compareValue, copy, 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, xmlTextString[] getParameterNamesArray()
String getParameterNamesArray(int i)
org.apache.xmlbeans.XmlString[] xgetParameterNamesArray()
org.apache.xmlbeans.XmlString xgetParameterNamesArray(int i)
int sizeOfParameterNamesArray()
void setParameterNamesArray(String[] parameterNamesArray)
void setParameterNamesArray(int i,
String parameterNames)
void xsetParameterNamesArray(org.apache.xmlbeans.XmlString[] parameterNamesArray)
void xsetParameterNamesArray(int i,
org.apache.xmlbeans.XmlString parameterNames)
void insertParameterNames(int i,
String parameterNames)
void addParameterNames(String parameterNames)
org.apache.xmlbeans.XmlString insertNewParameterNames(int i)
org.apache.xmlbeans.XmlString addNewParameterNames()
void removeParameterNames(int i)
ALDXMLKeyValuePairType[] getParameterDescriptorsArray()
ALDXMLKeyValuePairType getParameterDescriptorsArray(int i)
int sizeOfParameterDescriptorsArray()
void setParameterDescriptorsArray(ALDXMLKeyValuePairType[] parameterDescriptorsArray)
void setParameterDescriptorsArray(int i,
ALDXMLKeyValuePairType parameterDescriptors)
ALDXMLKeyValuePairType insertNewParameterDescriptors(int i)
ALDXMLKeyValuePairType addNewParameterDescriptors()
void removeParameterDescriptors(int i)
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.