Uses of Class
org.eaglei.repository.NamedGraph.Type

Packages that use NamedGraph.Type
org.eaglei.repository   
 

Uses of NamedGraph.Type in org.eaglei.repository
 

Methods in org.eaglei.repository that return NamedGraph.Type
 NamedGraph.Type NamedGraph.getType()
          Getter for the field type.
static NamedGraph.Type NamedGraph.Type.parse(java.lang.String v)
          Interpret string as one of the enumerated type names
static NamedGraph.Type NamedGraph.Type.parse(org.openrdf.model.URI v)
          Interpret URI as one of the enumerated type names
static NamedGraph.Type NamedGraph.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NamedGraph.Type[] NamedGraph.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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



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