public class DecisionTableConfigurationImpl extends ResourceConfigurationImpl implements org.kie.internal.builder.DecisionTableConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
DROOLS_DT_TYPE |
static String |
DROOLS_DT_WORKSHEET |
RESOURCE_TYPE
Constructor and Description |
---|
DecisionTableConfigurationImpl() |
Modifier and Type | Method and Description |
---|---|
org.kie.api.io.ResourceConfiguration |
fromProperties(Properties prop) |
org.kie.internal.builder.DecisionTableInputType |
getInputType() |
String |
getWorksheetName() |
void |
setInputType(org.kie.internal.builder.DecisionTableInputType inputType) |
void |
setWorksheetName(String worksheetName) |
Properties |
toProperties() |
getResourceType, merge, setResourceType
public static final String DROOLS_DT_TYPE
public static final String DROOLS_DT_WORKSHEET
public void setInputType(org.kie.internal.builder.DecisionTableInputType inputType)
setInputType
in interface org.kie.internal.builder.DecisionTableConfiguration
public org.kie.internal.builder.DecisionTableInputType getInputType()
getInputType
in interface org.kie.internal.builder.DecisionTableConfiguration
public void setWorksheetName(String worksheetName)
setWorksheetName
in interface org.kie.internal.builder.DecisionTableConfiguration
public String getWorksheetName()
getWorksheetName
in interface org.kie.internal.builder.DecisionTableConfiguration
public Properties toProperties()
toProperties
in interface org.kie.api.io.ResourceConfiguration
toProperties
in class ResourceConfigurationImpl
public org.kie.api.io.ResourceConfiguration fromProperties(Properties prop)
fromProperties
in interface org.kie.api.io.ResourceConfiguration
fromProperties
in class ResourceConfigurationImpl
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.