org.drools.spi
Class ColumnExtractor

java.lang.Object
  extended byorg.drools.spi.ColumnExtractor
All Implemented Interfaces:
Extractor, java.io.Serializable

public class ColumnExtractor
extends java.lang.Object
implements Extractor

See Also:
Serialized Form
 

Constructor Summary
ColumnExtractor(ObjectType objectType)
           
 
Method Summary
 ObjectType getObjectType()
           
 java.lang.Object getValue(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnExtractor

public ColumnExtractor(ObjectType objectType)
Method Detail

getValue

public java.lang.Object getValue(java.lang.Object object)
Specified by:
getValue in interface Extractor

getObjectType

public ObjectType getObjectType()
Specified by:
getObjectType in interface Extractor