| Package | Description |
|---|---|
| de.intarsys.tools.objectmodel |
| Modifier and Type | Class and Description |
|---|---|
class |
Class
A "meta" class for any object.
|
| Modifier and Type | Method and Description |
|---|---|
IClass[] |
StandardClassRegistry.getClasses() |
IClass[] |
IClassRegistry.getClasses()
All declared classes.
|
IClass |
Member.getDeclaringClass() |
IClass |
IMember.getDeclaringClass()
The associated
IClass of this member. |
IClass |
IField.getFieldType()
The declared type of the field.
|
IClass |
FunctorField.getFieldType() |
IClass[] |
ISignatureInfo.getParameterTypes() |
IClass[] |
FunctorMethod.getParameterTypes() |
IClass |
IReturnTypeInfo.getReturnType()
The declared type of the executable.
|
IClass |
FunctorMethod.getReturnType() |
static IClass |
ObjectModelTools.lookupClass(Class<?> clazz) |
static IClass |
ObjectModelTools.lookupClass(Class<?> clazz,
Object id) |
IClass |
StandardClassRegistry.lookupClass(IClassSelector selector) |
static IClass |
ObjectModelTools.lookupClass(IClassSelector selector) |
IClass |
IClassRegistry.lookupClass(IClassSelector selector)
The
IClass that matches the selector. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardClassRegistry.registerClass(IClass clazz) |
void |
IClassRegistry.registerClass(IClass clazz)
Add a new
IClass to the repository. |
void |
Member.setDeclaringClass(IClass pClazz) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.