public class DecisionTableConfigurationImpl extends Object implements DecisionTableConfiguration
| Constructor and Description |
|---|
DecisionTableConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public void setInputType(DecisionTableInputType inputType)
DecisionTableConfigurationsetInputType in interface DecisionTableConfigurationpublic DecisionTableInputType getInputType()
getInputType in interface DecisionTableConfigurationpublic void setWorksheetName(String worksheetName)
DecisionTableConfigurationsetWorksheetName in interface DecisionTableConfigurationpublic String getWorksheetName()
getWorksheetName in interface DecisionTableConfigurationpublic Properties toProperties()
public ResourceConfiguration fromProperties(Properties prop)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.