org.odata4j.producer.inmemory
Interface PropertyModel
- All Known Implementing Classes:
- BeanBasedPropertyModel
public interface PropertyModel
getCollectionElementType
Class<?> getCollectionElementType(String collectionName)
getCollectionNames
Iterable<String> getCollectionNames()
getCollectionValue
Iterable<?> getCollectionValue(Object target,
String collectionName)
getPropertyNames
Iterable<String> getPropertyNames()
getPropertyType
Class<?> getPropertyType(String propertyName)
getPropertyValue
Object getPropertyValue(Object target,
String propertyName)
http://odata4j.org