Uses of Interface
net.opengis.swe.x101.DecimalList
-
Packages that use DecimalList Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of DecimalList in net.opengis.swe.x101
Subinterfaces of DecimalList in net.opengis.swe.x101 Modifier and Type Interface Description interfaceDecimalPairAn XML decimalPair(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101 that return DecimalList Modifier and Type Method Description DecimalListAllowedValuesDocument.AllowedValues. addNewValueList()Appends and returns a new empty value (as xml) as the last "valueList" elementDecimalListAllowedValuesDocument.AllowedValues. insertNewValueList(int i)Inserts and returns a new empty value (as xml) as the ith "valueList" elementstatic DecimalListDecimalList.Factory. newInstance()static DecimalListDecimalList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DecimalListDecimalList.Factory. newValue(Object obj)static DecimalListDecimalList.Factory. parse(File file)static DecimalListDecimalList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DecimalListDecimalList.Factory. parse(InputStream is)static DecimalListDecimalList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DecimalListDecimalList.Factory. parse(Reader r)static DecimalListDecimalList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DecimalListDecimalList.Factory. parse(String xmlAsString)static DecimalListDecimalList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DecimalListDecimalList.Factory. parse(URL u)static DecimalListDecimalList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DecimalListDecimalList.Factory. parse(XMLStreamReader sr)static DecimalListDecimalList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DecimalListDecimalList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DecimalListDecimalList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DecimalListDecimalList.Factory. parse(Node node)static DecimalListDecimalList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)DecimalList[]AllowedValuesDocument.AllowedValues. xgetValueListArray()Gets (as xml) array of all "valueList" elementsDecimalListAllowedValuesDocument.AllowedValues. xgetValueListArray(int i)Gets (as xml) ith "valueList" elementMethods in net.opengis.swe.x101 with parameters of type DecimalList Modifier and Type Method Description voidAllowedValuesDocument.AllowedValues. xsetValueListArray(int i, DecimalList valueList)Sets (as xml) ith "valueList" elementvoidAllowedValuesDocument.AllowedValues. xsetValueListArray(DecimalList[] valueListArray)Sets (as xml) array of all "valueList" element -
Uses of DecimalList in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement DecimalList Modifier and Type Class Description classDecimalListImplAn XML decimalList(@http://www.opengis.net/swe/1.0.1).classDecimalPairImplAn XML decimalPair(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return DecimalList Modifier and Type Method Description DecimalListAllowedValuesDocumentImpl.AllowedValuesImpl. addNewValueList()Appends and returns a new empty value (as xml) as the last "valueList" elementDecimalListAllowedValuesDocumentImpl.AllowedValuesImpl. insertNewValueList(int i)Inserts and returns a new empty value (as xml) as the ith "valueList" elementDecimalList[]AllowedValuesDocumentImpl.AllowedValuesImpl. xgetValueListArray()Gets (as xml) array of all "valueList" elementsDecimalListAllowedValuesDocumentImpl.AllowedValuesImpl. xgetValueListArray(int i)Gets (as xml) ith "valueList" elementMethods in net.opengis.swe.x101.impl with parameters of type DecimalList Modifier and Type Method Description voidAllowedValuesDocumentImpl.AllowedValuesImpl. xsetValueListArray(int i, DecimalList valueList)Sets (as xml) ith "valueList" elementvoidAllowedValuesDocumentImpl.AllowedValuesImpl. xsetValueListArray(DecimalList[] valueListArray)Sets (as xml) array of all "valueList" element
-