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)
DecisionTableConfiguration
setInputType
in interface DecisionTableConfiguration
public DecisionTableInputType getInputType()
getInputType
in interface DecisionTableConfiguration
public void setWorksheetName(String worksheetName)
DecisionTableConfiguration
setWorksheetName
in interface DecisionTableConfiguration
public String getWorksheetName()
getWorksheetName
in interface DecisionTableConfiguration
public Properties toProperties()
public ResourceConfiguration fromProperties(Properties prop)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.