Uses of Interface
net.opengis.ogc.LiteralType

Packages that use LiteralType
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of LiteralType in net.opengis.ogc
 

Methods in net.opengis.ogc that return LiteralType
 LiteralType PropertyIsNullType.addNewLiteral()
          Appends and returns a new empty "Literal" element
 LiteralType PropertyIsLikeType.addNewLiteral()
          Appends and returns a new empty "Literal" element
 LiteralType LiteralDocument.addNewLiteral()
          Appends and returns a new empty "Literal" element
 LiteralType PropertyIsNullType.getLiteral()
          Gets the "Literal" element
 LiteralType PropertyIsLikeType.getLiteral()
          Gets the "Literal" element
 LiteralType LiteralDocument.getLiteral()
          Gets the "Literal" element
static LiteralType LiteralType.Factory.newInstance()
           
static LiteralType LiteralType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LiteralType LiteralType.Factory.parse(File file)
           
static LiteralType LiteralType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static LiteralType LiteralType.Factory.parse(InputStream is)
           
static LiteralType LiteralType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LiteralType LiteralType.Factory.parse(Node node)
           
static LiteralType LiteralType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static LiteralType LiteralType.Factory.parse(Reader r)
           
static LiteralType LiteralType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LiteralType LiteralType.Factory.parse(String xmlAsString)
           
static LiteralType LiteralType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static LiteralType LiteralType.Factory.parse(URL u)
           
static LiteralType LiteralType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static LiteralType LiteralType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static LiteralType LiteralType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static LiteralType LiteralType.Factory.parse(XMLStreamReader sr)
           
static LiteralType LiteralType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ogc with parameters of type LiteralType
 void PropertyIsNullType.setLiteral(LiteralType literal)
          Sets the "Literal" element
 void PropertyIsLikeType.setLiteral(LiteralType literal)
          Sets the "Literal" element
 void LiteralDocument.setLiteral(LiteralType literal)
          Sets the "Literal" element
 

Uses of LiteralType in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement LiteralType
 class LiteralTypeImpl
          An XML LiteralType(@http://www.opengis.net/ogc).
 

Methods in net.opengis.ogc.impl that return LiteralType
 LiteralType PropertyIsNullTypeImpl.addNewLiteral()
          Appends and returns a new empty "Literal" element
 LiteralType PropertyIsLikeTypeImpl.addNewLiteral()
          Appends and returns a new empty "Literal" element
 LiteralType LiteralDocumentImpl.addNewLiteral()
          Appends and returns a new empty "Literal" element
 LiteralType PropertyIsNullTypeImpl.getLiteral()
          Gets the "Literal" element
 LiteralType PropertyIsLikeTypeImpl.getLiteral()
          Gets the "Literal" element
 LiteralType LiteralDocumentImpl.getLiteral()
          Gets the "Literal" element
 

Methods in net.opengis.ogc.impl with parameters of type LiteralType
 void PropertyIsNullTypeImpl.setLiteral(LiteralType literal)
          Sets the "Literal" element
 void PropertyIsLikeTypeImpl.setLiteral(LiteralType literal)
          Sets the "Literal" element
 void LiteralDocumentImpl.setLiteral(LiteralType literal)
          Sets the "Literal" element
 



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