org.drools.spi
Interface ClassWireable

All Known Implementing Classes:
ArrayElementReader, ClassObjectType

public interface ClassWireable


Method Summary
 String getClassName()
           
 Class<?> getClassType()
           
 void wire(Class<?> klass)
           
 

Method Detail

wire

void wire(Class<?> klass)

getClassName

String getClassName()

getClassType

Class<?> getClassType()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.