public static interface SelectFunctionType.UserDefinedSelectFunction.FunctionParameters
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.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 |
|---|---|
UserParameterType |
addNewFunctionParameter()
Appends and returns a new empty value (as xml) as the last "FunctionParameter" element
|
UserParameterType[] |
getFunctionParameterArray()
Gets array of all "FunctionParameter" elements
|
UserParameterType |
getFunctionParameterArray(int i)
Gets ith "FunctionParameter" element
|
UserParameterType |
insertNewFunctionParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "FunctionParameter" element
|
void |
removeFunctionParameter(int i)
Removes the ith "FunctionParameter" element
|
void |
setFunctionParameterArray(int i,
UserParameterType functionParameter)
Sets ith "FunctionParameter" element
|
void |
setFunctionParameterArray(UserParameterType[] functionParameterArray)
Sets array of all "FunctionParameter" element
|
int |
sizeOfFunctionParameterArray()
Returns number of "FunctionParameter" element
|
changeType, 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, xmlTextUserParameterType[] getFunctionParameterArray()
UserParameterType getFunctionParameterArray(int i)
int sizeOfFunctionParameterArray()
void setFunctionParameterArray(UserParameterType[] functionParameterArray)
void setFunctionParameterArray(int i,
UserParameterType functionParameter)
UserParameterType insertNewFunctionParameter(int i)
UserParameterType addNewFunctionParameter()
void removeFunctionParameter(int i)
Copyright © 2018 52north.org. All rights reserved.