Uses of Class
com.hp.hpl.jena.sdb.core.ScopeStatus

Packages that use ScopeStatus
com.hp.hpl.jena.sdb.core   
 

Uses of ScopeStatus in com.hp.hpl.jena.sdb.core
 

Methods in com.hp.hpl.jena.sdb.core that return ScopeStatus
 ScopeStatus ScopeEntry.getStatus()
           
static ScopeStatus ScopeStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScopeStatus[] ScopeStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hp.hpl.jena.sdb.core with parameters of type ScopeStatus
 boolean ScopeEntry.hasStatus(ScopeStatus testStatus2)
           
 void ScopeEntry.reset(com.hp.hpl.jena.sparql.core.Var var, SqlColumn column, ScopeStatus status)
           
 void ScopeEntry.setStatus(ScopeStatus newStatus)
           
 



Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.