Uses of Interface
net.opengis.ogc.LiteralType
-
Packages that use LiteralType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of LiteralType in net.opengis.ogc
Methods in net.opengis.ogc that return LiteralType Modifier and Type Method Description LiteralTypeLiteralDocument. addNewLiteral()Appends and returns a new empty "Literal" elementLiteralTypePropertyIsLikeType. addNewLiteral()Appends and returns a new empty "Literal" elementLiteralTypeLiteralDocument. getLiteral()Gets the "Literal" elementLiteralTypePropertyIsLikeType. getLiteral()Gets the "Literal" elementstatic LiteralTypeLiteralType.Factory. newInstance()static LiteralTypeLiteralType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LiteralTypeLiteralType.Factory. parse(File file)static LiteralTypeLiteralType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LiteralTypeLiteralType.Factory. parse(InputStream is)static LiteralTypeLiteralType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LiteralTypeLiteralType.Factory. parse(Reader r)static LiteralTypeLiteralType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LiteralTypeLiteralType.Factory. parse(String xmlAsString)static LiteralTypeLiteralType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LiteralTypeLiteralType.Factory. parse(URL u)static LiteralTypeLiteralType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LiteralTypeLiteralType.Factory. parse(XMLStreamReader sr)static LiteralTypeLiteralType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LiteralTypeLiteralType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LiteralTypeLiteralType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LiteralTypeLiteralType.Factory. parse(Node node)static LiteralTypeLiteralType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type LiteralType Modifier and Type Method Description voidLiteralDocument. setLiteral(LiteralType literal)Sets the "Literal" elementvoidPropertyIsLikeType. setLiteral(LiteralType literal)Sets the "Literal" element -
Uses of LiteralType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement LiteralType Modifier and Type Class Description classLiteralTypeImplAn XML LiteralType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return LiteralType Modifier and Type Method Description LiteralTypeLiteralDocumentImpl. addNewLiteral()Appends and returns a new empty "Literal" elementLiteralTypePropertyIsLikeTypeImpl. addNewLiteral()Appends and returns a new empty "Literal" elementLiteralTypeLiteralDocumentImpl. getLiteral()Gets the "Literal" elementLiteralTypePropertyIsLikeTypeImpl. getLiteral()Gets the "Literal" elementMethods in net.opengis.ogc.impl with parameters of type LiteralType Modifier and Type Method Description voidLiteralDocumentImpl. setLiteral(LiteralType literal)Sets the "Literal" elementvoidPropertyIsLikeTypeImpl. setLiteral(LiteralType literal)Sets the "Literal" element
-