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

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

Uses of UserDefinedOperatorType in net.opengis.eml.x001
 

Methods in net.opengis.eml.x001 that return UserDefinedOperatorType
 UserDefinedOperatorType ComplexPatternType.addNewUserDefindeBinaryOperator()
          Appends and returns a new empty "UserDefindeBinaryOperator" element
 UserDefinedOperatorType ComplexPatternType.getUserDefindeBinaryOperator()
          Gets the "UserDefindeBinaryOperator" element
static UserDefinedOperatorType UserDefinedOperatorType.Factory.newInstance()
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(File file)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(InputStream is)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(Node node)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(Reader r)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(String xmlAsString)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(URL u)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(XMLStreamReader sr)
           
static UserDefinedOperatorType UserDefinedOperatorType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.eml.x001 with parameters of type UserDefinedOperatorType
 void ComplexPatternType.setUserDefindeBinaryOperator(UserDefinedOperatorType userDefindeBinaryOperator)
          Sets the "UserDefindeBinaryOperator" element
 

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

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

Methods in net.opengis.eml.x001.impl that return UserDefinedOperatorType
 UserDefinedOperatorType ComplexPatternTypeImpl.addNewUserDefindeBinaryOperator()
          Appends and returns a new empty "UserDefindeBinaryOperator" element
 UserDefinedOperatorType ComplexPatternTypeImpl.getUserDefindeBinaryOperator()
          Gets the "UserDefindeBinaryOperator" element
 

Methods in net.opengis.eml.x001.impl with parameters of type UserDefinedOperatorType
 void ComplexPatternTypeImpl.setUserDefindeBinaryOperator(UserDefinedOperatorType userDefindeBinaryOperator)
          Sets the "UserDefindeBinaryOperator" element
 



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