Knowledge API Legacy5 Adapter 6.0.0.Beta5

org.drools.impl
Class DecisionTableConfigurationImpl

java.lang.Object
  extended by org.drools.impl.DecisionTableConfigurationImpl
All Implemented Interfaces:
DecisionTableConfiguration, ResourceConfiguration

public class DecisionTableConfigurationImpl
extends Object
implements DecisionTableConfiguration


Constructor Summary
DecisionTableConfigurationImpl()
           
 
Method Summary
 ResourceConfiguration fromProperties(Properties prop)
           
 DecisionTableInputType getInputType()
           
 String getWorksheetName()
           
 void setInputType(DecisionTableInputType inputType)
          Specify the type of decision table resource, currently either XLS or CSV.
 void setWorksheetName(String worksheetName)
          Which named xls worksheet should be used.
 Properties toProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionTableConfigurationImpl

public DecisionTableConfigurationImpl()
Method Detail

setInputType

public void setInputType(DecisionTableInputType inputType)
Description copied from interface: DecisionTableConfiguration
Specify the type of decision table resource, currently either XLS or CSV. This parameter is mandatory.

Specified by:
setInputType in interface DecisionTableConfiguration

getInputType

public DecisionTableInputType getInputType()
Specified by:
getInputType in interface DecisionTableConfiguration

setWorksheetName

public void setWorksheetName(String worksheetName)
Description copied from interface: DecisionTableConfiguration
Which named xls worksheet should be used. This parameter is optional, and a default worksheet will be used if not specified.

Specified by:
setWorksheetName in interface DecisionTableConfiguration

getWorksheetName

public String getWorksheetName()
Specified by:
getWorksheetName in interface DecisionTableConfiguration

toProperties

public Properties toProperties()

fromProperties

public ResourceConfiguration fromProperties(Properties prop)

Knowledge API Legacy5 Adapter 6.0.0.Beta5

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