|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserParameterType | |
---|---|
net.opengis.eml.x001 | |
net.opengis.eml.x001.impl |
Uses of UserParameterType in net.opengis.eml.x001 |
---|
Methods in net.opengis.eml.x001 that return UserParameterType | |
---|---|
UserParameterType |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.addNewFunctionParameter()
Appends and returns a new empty value (as xml) as the last "FunctionParameter" element |
UserParameterType |
ViewType.UserDefinedView.ViewParameters.addNewViewParameter()
Appends and returns a new empty value (as xml) as the last "ViewParameter" element |
UserParameterType[] |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.getFunctionParameterArray()
Gets array of all "FunctionParameter" elements |
UserParameterType |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.getFunctionParameterArray(int i)
Gets ith "FunctionParameter" element |
UserParameterType[] |
ViewType.UserDefinedView.ViewParameters.getViewParameterArray()
Gets array of all "ViewParameter" elements |
UserParameterType |
ViewType.UserDefinedView.ViewParameters.getViewParameterArray(int i)
Gets ith "ViewParameter" element |
UserParameterType |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.insertNewFunctionParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "FunctionParameter" element |
UserParameterType |
ViewType.UserDefinedView.ViewParameters.insertNewViewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "ViewParameter" element |
static UserParameterType |
UserParameterType.Factory.newInstance()
|
static UserParameterType |
UserParameterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static UserParameterType |
UserParameterType.Factory.parse(File file)
|
static UserParameterType |
UserParameterType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static UserParameterType |
UserParameterType.Factory.parse(InputStream is)
|
static UserParameterType |
UserParameterType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static UserParameterType |
UserParameterType.Factory.parse(Node node)
|
static UserParameterType |
UserParameterType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static UserParameterType |
UserParameterType.Factory.parse(Reader r)
|
static UserParameterType |
UserParameterType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static UserParameterType |
UserParameterType.Factory.parse(String xmlAsString)
|
static UserParameterType |
UserParameterType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static UserParameterType |
UserParameterType.Factory.parse(URL u)
|
static UserParameterType |
UserParameterType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static UserParameterType |
UserParameterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static UserParameterType |
UserParameterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static UserParameterType |
UserParameterType.Factory.parse(XMLStreamReader sr)
|
static UserParameterType |
UserParameterType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.eml.x001 with parameters of type UserParameterType | |
---|---|
void |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.setFunctionParameterArray(int i,
UserParameterType functionParameter)
Sets ith "FunctionParameter" element |
void |
SelectFunctionType.UserDefinedSelectFunction.FunctionParameters.setFunctionParameterArray(UserParameterType[] functionParameterArray)
Sets array of all "FunctionParameter" element |
void |
ViewType.UserDefinedView.ViewParameters.setViewParameterArray(int i,
UserParameterType viewParameter)
Sets ith "ViewParameter" element |
void |
ViewType.UserDefinedView.ViewParameters.setViewParameterArray(UserParameterType[] viewParameterArray)
Sets array of all "ViewParameter" element |
Uses of UserParameterType in net.opengis.eml.x001.impl |
---|
Classes in net.opengis.eml.x001.impl that implement UserParameterType | |
---|---|
class |
UserParameterTypeImpl
An XML UserParameterType(@http://www.opengis.net/eml/0.0.1). |
Methods in net.opengis.eml.x001.impl that return UserParameterType | |
---|---|
UserParameterType |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.addNewFunctionParameter()
Appends and returns a new empty value (as xml) as the last "FunctionParameter" element |
UserParameterType |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.addNewViewParameter()
Appends and returns a new empty value (as xml) as the last "ViewParameter" element |
UserParameterType[] |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.getFunctionParameterArray()
Gets array of all "FunctionParameter" elements |
UserParameterType |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.getFunctionParameterArray(int i)
Gets ith "FunctionParameter" element |
UserParameterType[] |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.getViewParameterArray()
Gets array of all "ViewParameter" elements |
UserParameterType |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.getViewParameterArray(int i)
Gets ith "ViewParameter" element |
UserParameterType |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.insertNewFunctionParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "FunctionParameter" element |
UserParameterType |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.insertNewViewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "ViewParameter" element |
Methods in net.opengis.eml.x001.impl with parameters of type UserParameterType | |
---|---|
void |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.setFunctionParameterArray(int i,
UserParameterType functionParameter)
Sets ith "FunctionParameter" element |
void |
SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl.setFunctionParameterArray(UserParameterType[] functionParameterArray)
Sets array of all "FunctionParameter" element |
void |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.setViewParameterArray(int i,
UserParameterType viewParameter)
Sets ith "ViewParameter" element |
void |
ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl.setViewParameterArray(UserParameterType[] viewParameterArray)
Sets array of all "ViewParameter" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |