public interface IProperties<T>
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
IProperties.Helper  | 
| Modifier and Type | Method and Description | 
|---|---|
Object[] | 
getValues(T obj)  | 
void | 
setValues(T obj,
         Object[] values)  | 
Object[] getValues(T obj) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
void setValues(T obj, Object[] values) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
Copyright © GigaSpaces.