Uses of Interface
net.opengis.eml.x002.UserParameterType
-
Packages that use UserParameterType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of UserParameterType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return UserParameterType Modifier and Type Method Description UserParameterTypeSelectFunctionType.UserDefinedSelectFunction.FunctionParameters. addNewFunctionParameter()Appends and returns a new empty value (as xml) as the last "FunctionParameter" elementUserParameterTypeViewType.UserDefinedView.ViewParameters. addNewViewParameter()Appends and returns a new empty value (as xml) as the last "ViewParameter" elementUserParameterType[]SelectFunctionType.UserDefinedSelectFunction.FunctionParameters. getFunctionParameterArray()Gets array of all "FunctionParameter" elementsUserParameterTypeSelectFunctionType.UserDefinedSelectFunction.FunctionParameters. getFunctionParameterArray(int i)Gets ith "FunctionParameter" elementUserParameterType[]ViewType.UserDefinedView.ViewParameters. getViewParameterArray()Gets array of all "ViewParameter" elementsUserParameterTypeViewType.UserDefinedView.ViewParameters. getViewParameterArray(int i)Gets ith "ViewParameter" elementUserParameterTypeSelectFunctionType.UserDefinedSelectFunction.FunctionParameters. insertNewFunctionParameter(int i)Inserts and returns a new empty value (as xml) as the ith "FunctionParameter" elementUserParameterTypeViewType.UserDefinedView.ViewParameters. insertNewViewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "ViewParameter" elementstatic UserParameterTypeUserParameterType.Factory. newInstance()static UserParameterTypeUserParameterType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UserParameterTypeUserParameterType.Factory. parse(File file)static UserParameterTypeUserParameterType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UserParameterTypeUserParameterType.Factory. parse(InputStream is)static UserParameterTypeUserParameterType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UserParameterTypeUserParameterType.Factory. parse(Reader r)static UserParameterTypeUserParameterType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UserParameterTypeUserParameterType.Factory. parse(String xmlAsString)static UserParameterTypeUserParameterType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UserParameterTypeUserParameterType.Factory. parse(URL u)static UserParameterTypeUserParameterType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UserParameterTypeUserParameterType.Factory. parse(XMLStreamReader sr)static UserParameterTypeUserParameterType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UserParameterTypeUserParameterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UserParameterTypeUserParameterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UserParameterTypeUserParameterType.Factory. parse(Node node)static UserParameterTypeUserParameterType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type UserParameterType Modifier and Type Method Description voidSelectFunctionType.UserDefinedSelectFunction.FunctionParameters. setFunctionParameterArray(int i, UserParameterType functionParameter)Sets ith "FunctionParameter" elementvoidSelectFunctionType.UserDefinedSelectFunction.FunctionParameters. setFunctionParameterArray(UserParameterType[] functionParameterArray)Sets array of all "FunctionParameter" elementvoidViewType.UserDefinedView.ViewParameters. setViewParameterArray(int i, UserParameterType viewParameter)Sets ith "ViewParameter" elementvoidViewType.UserDefinedView.ViewParameters. setViewParameterArray(UserParameterType[] viewParameterArray)Sets array of all "ViewParameter" element -
Uses of UserParameterType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement UserParameterType Modifier and Type Class Description classUserParameterTypeImplAn XML UserParameterType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return UserParameterType Modifier and Type Method Description UserParameterTypeSelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl. addNewFunctionParameter()Appends and returns a new empty value (as xml) as the last "FunctionParameter" elementUserParameterTypeViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl. addNewViewParameter()Appends and returns a new empty value (as xml) as the last "ViewParameter" elementUserParameterType[]SelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl. getFunctionParameterArray()Gets array of all "FunctionParameter" elementsUserParameterTypeSelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl. getFunctionParameterArray(int i)Gets ith "FunctionParameter" elementUserParameterType[]ViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl. getViewParameterArray()Gets array of all "ViewParameter" elementsUserParameterTypeViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl. getViewParameterArray(int i)Gets ith "ViewParameter" elementUserParameterTypeSelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl. insertNewFunctionParameter(int i)Inserts and returns a new empty value (as xml) as the ith "FunctionParameter" elementUserParameterTypeViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl. insertNewViewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "ViewParameter" elementMethods in net.opengis.eml.x002.impl with parameters of type UserParameterType Modifier and Type Method Description voidSelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl. setFunctionParameterArray(int i, UserParameterType functionParameter)Sets ith "FunctionParameter" elementvoidSelectFunctionTypeImpl.UserDefinedSelectFunctionImpl.FunctionParametersImpl. setFunctionParameterArray(UserParameterType[] functionParameterArray)Sets array of all "FunctionParameter" elementvoidViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl. setViewParameterArray(int i, UserParameterType viewParameter)Sets ith "ViewParameter" elementvoidViewTypeImpl.UserDefinedViewImpl.ViewParametersImpl. setViewParameterArray(UserParameterType[] viewParameterArray)Sets array of all "ViewParameter" element
-