|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.elmo.sesame.SesamePropertyFactory<E>
E - property typepublic class SesamePropertyFactory<E>
Creates ElmoProperty objects for a given predicate.
| Constructor Summary | |
|---|---|
SesamePropertyFactory()
|
|
| Method Summary | |
|---|---|
ElmoProperty<E> |
createElmoProperty(Object bean)
Create a new instance of ElmoProperty for this bean. |
Set<? extends Value> |
getOneOf()
|
URI |
getPredicate()
|
protected PropertyChanger |
getPropertyChanger()
|
static ValueFactory |
getValueFactory()
|
SesamePropertyFactory<E> |
setField(Field field)
Associates this factory with a given field. |
SesamePropertyFactory<E> |
setPropertyDescriptor(PropertyDescriptor property)
Associates this factory with a given property. |
SesamePropertyFactory<E> |
setReadOnly(boolean readOnly)
|
SesamePropertyFactory<E> |
setUri(String uri)
Associates this factory with a given uri. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SesamePropertyFactory()
| Method Detail |
|---|
public static ValueFactory getValueFactory()
public URI getPredicate()
public Set<? extends Value> getOneOf()
public SesamePropertyFactory<E> setUri(String uri)
ElmoPropertyFactory
setUri in interface ElmoPropertyFactory<E>public SesamePropertyFactory<E> setReadOnly(boolean readOnly)
setReadOnly in interface ElmoPropertyFactory<E>public SesamePropertyFactory<E> setField(Field field)
ElmoPropertyFactory
setField in interface ElmoPropertyFactory<E>public SesamePropertyFactory<E> setPropertyDescriptor(PropertyDescriptor property)
ElmoPropertyFactory
setPropertyDescriptor in interface ElmoPropertyFactory<E>public ElmoProperty<E> createElmoProperty(Object bean)
ElmoPropertyFactory
createElmoProperty in interface ElmoPropertyFactory<E>protected PropertyChanger getPropertyChanger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||