| Package | Description |
|---|---|
| de.intarsys.tools.infoset | |
| de.intarsys.tools.objectmodel | |
| de.intarsys.tools.preferences | |
| de.intarsys.tools.reflect |
| Modifier and Type | Method and Description |
|---|---|
static void |
ElementTools.setProperties(Object object,
IElement element,
Object context)
Set properties in object based on the list of property information
contained in element.
|
static void |
ElementTools.setProperty(Object object,
IElement element,
Object context)
Set a property in object based on the property information contained in
element.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
ObjectModelTools.get(Object receiver,
Object id,
String name) |
static Object |
ObjectModelTools.get(Object receiver,
String name) |
static void |
ObjectModelTools.set(Object receiver,
Object id,
String name,
Object value) |
static void |
ObjectModelTools.set(Object receiver,
String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PreferencesAdapter.basicGetValue(String name) |
Object |
PreferencesAdapter.basicSetValue(String name,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldAccessException |
class |
FieldNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ObjectTools.basicGet(Object object,
String name) |
Object |
IBasicAccessSupport.basicGetValue(String name)
Make a reflective get access to
name. |
static Object |
ObjectTools.basicInsert(Object object,
String name,
Object value) |
static Object |
ObjectTools.basicRemove(Object object,
String name,
Object value) |
static Object |
ObjectTools.basicSet(Object object,
String name,
Object value) |
Object |
IBasicAccessSupport.basicSetValue(String name,
Object value)
Make a reflective set access to
name. |
static Object |
ObjectTools.get(Object object,
String name)
Get the value for field
name in object. |
Object |
IAccessHandler.getValue(Object receiver,
String name)
Make a reflective get access to the field
name within
receiver |
Object |
PojoReflector.getValue(String name) |
Object |
IAccessSupport.getValue(String name)
Make a reflective get access to the field
name. |
static Object |
ObjectTools.insert(Object object,
String name,
Object value)
Insert
value in the relation field name in
object. |
static Object |
ObjectTools.remove(Object object,
String name,
Object value)
Remove
value in the relation field name in
object. |
static Object |
ObjectTools.set(Object object,
String name,
Object value)
Set field
name in object to value. |
Object |
IAccessHandler.setValue(Object receiver,
String name,
Object value)
Make a reflective set access to the field
name within
receiver |
Object |
PojoReflector.setValue(String name,
Object value) |
Object |
IAccessSupport.setValue(String name,
Object value)
Make a reflective set access to the field
name. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.