org.openrdf.repository.object.composition.helpers
Class PropertySetFactory
java.lang.Object
org.openrdf.repository.object.composition.helpers.PropertySetFactory
public class PropertySetFactory
- extends Object
Creates PropertySet objects for a given predicate.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GET_NAME
public static final String GET_NAME
- See Also:
- Constant Field Values
CREATE
public static final String CREATE
- See Also:
- Constant Field Values
PropertySetFactory
public PropertySetFactory(Field field,
String predicate)
PropertySetFactory
public PropertySetFactory(PropertyDescriptor property,
String predicate)
getName
public String getName()
getPropertyType
public Class<?> getPropertyType()
getPredicate
public URI getPredicate()
isLocalized
public boolean isLocalized()
isReadOnly
public boolean isReadOnly()
createPropertySet
public PropertySet createPropertySet(ManagedRDFObject bean)
createCachedPropertySet
protected CachedPropertySet createCachedPropertySet(ManagedRDFObject bean)
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.