Uses of Interface
net.opengis.eml.x001.SupportedPatternOperatorType

Packages that use SupportedPatternOperatorType
net.opengis.eml.x001   
net.opengis.eml.x001.impl   
 

Uses of SupportedPatternOperatorType in net.opengis.eml.x001
 

Methods in net.opengis.eml.x001 that return SupportedPatternOperatorType
 SupportedPatternOperatorType PatternOperatorCapabilitiesType.addNewSupportedBinaryPatternOperator()
          Appends and returns a new empty value (as xml) as the last "SupportedBinaryPatternOperator" element
 SupportedPatternOperatorType[] PatternOperatorCapabilitiesType.getSupportedBinaryPatternOperatorArray()
          Gets array of all "SupportedBinaryPatternOperator" elements
 SupportedPatternOperatorType PatternOperatorCapabilitiesType.getSupportedBinaryPatternOperatorArray(int i)
          Gets ith "SupportedBinaryPatternOperator" element
 SupportedPatternOperatorType PatternOperatorCapabilitiesType.insertNewSupportedBinaryPatternOperator(int i)
          Inserts and returns a new empty value (as xml) as the ith "SupportedBinaryPatternOperator" element
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.newInstance()
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(File file)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(InputStream is)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(Node node)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(Reader r)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(String xmlAsString)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(URL u)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(XMLStreamReader sr)
           
static SupportedPatternOperatorType SupportedPatternOperatorType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.eml.x001 with parameters of type SupportedPatternOperatorType
 void PatternOperatorCapabilitiesType.setSupportedBinaryPatternOperatorArray(int i, SupportedPatternOperatorType supportedBinaryPatternOperator)
          Sets ith "SupportedBinaryPatternOperator" element
 void PatternOperatorCapabilitiesType.setSupportedBinaryPatternOperatorArray(SupportedPatternOperatorType[] supportedBinaryPatternOperatorArray)
          Sets array of all "SupportedBinaryPatternOperator" element
 

Uses of SupportedPatternOperatorType in net.opengis.eml.x001.impl
 

Classes in net.opengis.eml.x001.impl that implement SupportedPatternOperatorType
 class SupportedPatternOperatorTypeImpl
          An XML SupportedPatternOperatorType(@http://www.opengis.net/eml/0.0.1).
 

Methods in net.opengis.eml.x001.impl that return SupportedPatternOperatorType
 SupportedPatternOperatorType PatternOperatorCapabilitiesTypeImpl.addNewSupportedBinaryPatternOperator()
          Appends and returns a new empty value (as xml) as the last "SupportedBinaryPatternOperator" element
 SupportedPatternOperatorType[] PatternOperatorCapabilitiesTypeImpl.getSupportedBinaryPatternOperatorArray()
          Gets array of all "SupportedBinaryPatternOperator" elements
 SupportedPatternOperatorType PatternOperatorCapabilitiesTypeImpl.getSupportedBinaryPatternOperatorArray(int i)
          Gets ith "SupportedBinaryPatternOperator" element
 SupportedPatternOperatorType PatternOperatorCapabilitiesTypeImpl.insertNewSupportedBinaryPatternOperator(int i)
          Inserts and returns a new empty value (as xml) as the ith "SupportedBinaryPatternOperator" element
 

Methods in net.opengis.eml.x001.impl with parameters of type SupportedPatternOperatorType
 void PatternOperatorCapabilitiesTypeImpl.setSupportedBinaryPatternOperatorArray(int i, SupportedPatternOperatorType supportedBinaryPatternOperator)
          Sets ith "SupportedBinaryPatternOperator" element
 void PatternOperatorCapabilitiesTypeImpl.setSupportedBinaryPatternOperatorArray(SupportedPatternOperatorType[] supportedBinaryPatternOperatorArray)
          Sets array of all "SupportedBinaryPatternOperator" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.