Uses of Class
com.hp.hpl.jena.sparql.modify.request.UpdateDataWriter.UpdateMode

Packages that use UpdateDataWriter.UpdateMode
com.hp.hpl.jena.sparql.modify.request   
 

Uses of UpdateDataWriter.UpdateMode in com.hp.hpl.jena.sparql.modify.request
 

Methods in com.hp.hpl.jena.sparql.modify.request that return UpdateDataWriter.UpdateMode
 UpdateDataWriter.UpdateMode UpdateDataWriter.getMode()
           
static UpdateDataWriter.UpdateMode UpdateDataWriter.UpdateMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UpdateDataWriter.UpdateMode[] UpdateDataWriter.UpdateMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.hp.hpl.jena.sparql.modify.request with parameters of type UpdateDataWriter.UpdateMode
UpdateDataWriter(UpdateDataWriter.UpdateMode mode, IndentedWriter out, SerializationContext sCxt)
           
 



Licenced under the Apache License, Version 2.0