intarsys runtime library

Uses of Interface
de.intarsys.tools.objectmodel.IField

Packages that use IField
de.intarsys.tools.objectmodel   
 

Uses of IField in de.intarsys.tools.objectmodel
 

Classes in de.intarsys.tools.objectmodel that implement IField
 class FunctorField
          The wrapper around IFunctor to make it an IField.
 

Methods in de.intarsys.tools.objectmodel that return IField
 IField[] IClass.getFields()
          All known IField instances of this.
 IField[] Class.getFields()
           
static IField ObjectModelTools.lookupField(Class<?> clazz, Object id, String name)
           
static IField ObjectModelTools.lookupField(Class<?> clazz, String name)
           
 IField IClass.lookupField(String name)
          The single IField with the given name.
 IField Class.lookupField(String name)
           
 

Methods in de.intarsys.tools.objectmodel with parameters of type IField
static void ObjectModelTools.registerField(Class<?> clazz, IField field)
           
static void ObjectModelTools.registerField(Class<?> clazz, Object id, IField field)
           
static void ObjectModelTools.registerField(IClassSelector selector, IField field)
           
 void Class.registerField(IField property)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.