com.hp.hpl.jena.sparql.modify.request
Class Target

java.lang.Object
  extended by com.hp.hpl.jena.sparql.modify.request.Target

public class Target
extends Object


Field Summary
static Target ALL
           
static Target DEFAULT
           
static Target NAMED
           
 
Method Summary
static Target create(com.hp.hpl.jena.graph.Node graphName)
           
static Target create(String iri)
           
 com.hp.hpl.jena.graph.Node getGraph()
           
 boolean isAll()
           
 boolean isAllNamed()
           
 boolean isDefault()
           
 boolean isOneNamedGraph()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final Target DEFAULT

NAMED

public static final Target NAMED

ALL

public static final Target ALL
Method Detail

create

public static Target create(String iri)

create

public static Target create(com.hp.hpl.jena.graph.Node graphName)

isDefault

public boolean isDefault()

isAll

public boolean isAll()

isAllNamed

public boolean isAllNamed()

isOneNamedGraph

public boolean isOneNamedGraph()

getGraph

public com.hp.hpl.jena.graph.Node getGraph()

toString

public String toString()
Overrides:
toString in class Object


Licenced under the Apache License, Version 2.0