Uses of Class
org.eaglei.repository.model.NamedGraphType

Packages that use NamedGraphType
org.eaglei.repository.model   
 

Uses of NamedGraphType in org.eaglei.repository.model
 

Methods in org.eaglei.repository.model that return NamedGraphType
static NamedGraphType NamedGraphType.find(javax.servlet.http.HttpServletRequest request, org.openrdf.model.URI subject)
          Get NGT from the fixed map, we do not expect to update the ontology.
 NamedGraphType NamedGraph.getType()
          Getter for the field type.
static NamedGraphType NamedGraphType.parse(java.lang.String v)
          Interpret string as one of the enumerated type names
static NamedGraphType NamedGraphType.parse(org.openrdf.model.URI v)
          Interpret URI as one of the enumerated type names
static NamedGraphType NamedGraphType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NamedGraphType[] NamedGraphType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eaglei.repository.model that return types with arguments of type NamedGraphType
static java.util.List<NamedGraphType> NamedGraphType.findAll(javax.servlet.http.HttpServletRequest request)
          Get list of all types.
 

Methods in org.eaglei.repository.model with parameters of type NamedGraphType
 void NamedGraph.setType(javax.servlet.http.HttpServletRequest request, NamedGraphType nt)
          Setter for the field type.
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.