|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyModel
Method Summary | |
---|---|
Class<?> |
getCollectionElementType(String collectionName)
|
Iterable<String> |
getCollectionNames()
gets the names of all collections defined by the model |
Iterable<?> |
getCollectionValue(Object target,
String collectionName)
|
Iterable<String> |
getDeclaredCollectionNames()
gets the names of collections defined only at this inheritance level in the model |
Iterable<String> |
getDeclaredPropertyNames()
gets the names of properties defined only at this inheritance level in the model |
Iterable<String> |
getPropertyNames()
gets the names of all properties defined by the model |
Class<?> |
getPropertyType(String propertyName)
|
Object |
getPropertyValue(Object target,
String propertyName)
|
void |
setCollectionValue(Object target,
String collectionName,
Collection<?> value)
|
void |
setPropertyValue(Object target,
String propertyName,
Object value)
|
Method Detail |
---|
Class<?> getCollectionElementType(String collectionName)
Iterable<String> getCollectionNames()
Iterable<?> getCollectionValue(Object target, String collectionName)
Iterable<String> getDeclaredCollectionNames()
Iterable<String> getDeclaredPropertyNames()
Iterable<String> getPropertyNames()
Class<?> getPropertyType(String propertyName)
Object getPropertyValue(Object target, String propertyName)
void setCollectionValue(Object target, String collectionName, Collection<?> value)
void setPropertyValue(Object target, String propertyName, Object value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |