站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

FieldAccessorMap (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.util.asm
Class FieldAccessorMap

java.lang.Object
  extended by org.drools.util.asm.FieldAccessorMap

Deprecated. use ClassFiledExtractor instead.

public class FieldAccessorMap
extends Object

This class holds a dynamically generated instance of a FieldAccessor, and a map of the field names to index numbers that are used to access the fields.

Author:
Michael Neale

Method Summary
 FieldAccessor getFieldAccessor()
          Deprecated.  
 Map getFieldNameMap()
          Deprecated.  
 int getIndex(String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFieldNameMap

public Map getFieldNameMap()
Deprecated. 
Returns:
A map of field names, to their index value, for use by the accessor.

getFieldAccessor

public FieldAccessor getFieldAccessor()
Deprecated. 
Returns:
The field index accessor itself.

getIndex

public int getIndex(String name)
Deprecated. 


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.