Uses of Interface
org.openrdf.elmo.ElmoProperty

Packages that use ElmoProperty
org.openrdf.elmo   
org.openrdf.elmo.impl   
org.openrdf.elmo.sesame Implements the Elmo API for the Sesame RDF Repository. 
 

Uses of ElmoProperty in org.openrdf.elmo
 

Methods in org.openrdf.elmo that return ElmoProperty
 ElmoProperty<E> ElmoPropertyFactory.createElmoProperty(Object bean)
          Create a new instance of ElmoProperty for this bean.
 

Uses of ElmoProperty in org.openrdf.elmo.impl
 

Classes in org.openrdf.elmo.impl that implement ElmoProperty
 class UnmodifiableElmoProperty<E>
          ElmoProperty used when only a getter method exists for the Bean property.
 

Constructors in org.openrdf.elmo.impl with parameters of type ElmoProperty
UnmodifiableElmoProperty(ElmoProperty<E> delegate)
           
 

Uses of ElmoProperty in org.openrdf.elmo.sesame
 

Classes in org.openrdf.elmo.sesame that implement ElmoProperty
 class InverseSesameProperty<E>
          A set for a given getResource(), predicate.
 class LocalizedSesameProperty
          SesameProperty used for localized properties.
 class SesameProperty<E>
          A set for a given getResource(), predicate.
 

Methods in org.openrdf.elmo.sesame that return ElmoProperty
 ElmoProperty<E> SesamePropertyFactory.createElmoProperty(Object bean)
           
 



Copyright © 2004-2008 Aduna. All Rights Reserved.