Uses of Interface
net.opengis.gml.x32.IncrementOrder
-
Packages that use IncrementOrder Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of IncrementOrder in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return IncrementOrder Modifier and Type Method Description static IncrementOrderIncrementOrder.Factory. newInstance()static IncrementOrderIncrementOrder.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IncrementOrderIncrementOrder.Factory. newValue(Object obj)static IncrementOrderIncrementOrder.Factory. parse(File file)static IncrementOrderIncrementOrder.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IncrementOrderIncrementOrder.Factory. parse(InputStream is)static IncrementOrderIncrementOrder.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IncrementOrderIncrementOrder.Factory. parse(Reader r)static IncrementOrderIncrementOrder.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IncrementOrderIncrementOrder.Factory. parse(String xmlAsString)static IncrementOrderIncrementOrder.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IncrementOrderIncrementOrder.Factory. parse(URL u)static IncrementOrderIncrementOrder.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IncrementOrderIncrementOrder.Factory. parse(XMLStreamReader sr)static IncrementOrderIncrementOrder.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IncrementOrderIncrementOrder.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IncrementOrderIncrementOrder.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IncrementOrderIncrementOrder.Factory. parse(Node node)static IncrementOrderIncrementOrder.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)IncrementOrderSequenceRuleType. xgetOrder()Gets (as xml) the "order" attributeMethods in net.opengis.gml.x32 with parameters of type IncrementOrder Modifier and Type Method Description voidSequenceRuleType. xsetOrder(IncrementOrder order)Sets (as xml) the "order" attribute -
Uses of IncrementOrder in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement IncrementOrder Modifier and Type Class Description classIncrementOrderImplAn XML IncrementOrder(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return IncrementOrder Modifier and Type Method Description IncrementOrderSequenceRuleTypeImpl. xgetOrder()Gets (as xml) the "order" attributeMethods in net.opengis.gml.x32.impl with parameters of type IncrementOrder Modifier and Type Method Description voidSequenceRuleTypeImpl. xsetOrder(IncrementOrder order)Sets (as xml) the "order" attribute
-