Uses of Class
org.apache.jena.sparql.modify.request.UpdateDataWriter.UpdateMode
-
Packages that use UpdateDataWriter.UpdateMode Package Description org.apache.jena.sparql.modify.request -
-
Uses of UpdateDataWriter.UpdateMode in org.apache.jena.sparql.modify.request
Methods in org.apache.jena.sparql.modify.request that return UpdateDataWriter.UpdateMode Modifier and Type Method Description UpdateDataWriter.UpdateMode
UpdateDataWriter. getMode()
static UpdateDataWriter.UpdateMode
UpdateDataWriter.UpdateMode. valueOf(java.lang.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 org.apache.jena.sparql.modify.request with parameters of type UpdateDataWriter.UpdateMode Constructor Description UpdateDataWriter(UpdateDataWriter.UpdateMode mode, org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)
-