public class StandardFieldProperties<T> extends Object implements IProperties<T>
IProperties.Helper| Modifier and Type | Field and Description |
|---|---|
static String |
CTOR_DESC |
static String |
INTERNAL_NAME |
| Constructor and Description |
|---|
StandardFieldProperties(Field[] fields) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getValues(T obj) |
void |
setValues(T obj,
Object[] values) |
public static final String INTERNAL_NAME
public static final String CTOR_DESC
public StandardFieldProperties(Field[] fields)
public Object[] getValues(T obj) throws IllegalAccessException, IllegalArgumentException
getValues in interface IProperties<T>IllegalAccessExceptionIllegalArgumentExceptionpublic void setValues(T obj, Object[] values) throws IllegalAccessException, IllegalArgumentException
setValues in interface IProperties<T>IllegalAccessExceptionIllegalArgumentExceptionCopyright © GigaSpaces.