public class ScoreCardConfigurationImpl extends Object implements org.kie.internal.builder.ScoreCardConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
DROOLS_SCARD_INPUT_TYPE |
static String |
DROOLS_SCARD_USE_EXTERNAL_TYPES |
static String |
DROOLS_SCARD_WORKSHEET |
Constructor and Description |
---|
ScoreCardConfigurationImpl() |
Modifier and Type | Method and Description |
---|---|
org.kie.api.io.ResourceConfiguration |
fromProperties(Properties prop) |
String |
getInputType() |
String |
getWorksheetName() |
boolean |
IsUsingExternalTypes() |
void |
setInputType(org.kie.internal.builder.ScoreCardConfiguration.SCORECARD_INPUT_TYPE inputType) |
void |
setUsingExternalTypes(boolean useExternalTypes) |
void |
setWorksheetName(String worksheetName) |
Properties |
toProperties() |
public static final String DROOLS_SCARD_WORKSHEET
public static final String DROOLS_SCARD_USE_EXTERNAL_TYPES
public static final String DROOLS_SCARD_INPUT_TYPE
public void setWorksheetName(String worksheetName)
setWorksheetName
in interface org.kie.internal.builder.ScoreCardConfiguration
public String getWorksheetName()
getWorksheetName
in interface org.kie.internal.builder.ScoreCardConfiguration
public void setUsingExternalTypes(boolean useExternalTypes)
setUsingExternalTypes
in interface org.kie.internal.builder.ScoreCardConfiguration
public boolean IsUsingExternalTypes()
IsUsingExternalTypes
in interface org.kie.internal.builder.ScoreCardConfiguration
public void setInputType(org.kie.internal.builder.ScoreCardConfiguration.SCORECARD_INPUT_TYPE inputType)
setInputType
in interface org.kie.internal.builder.ScoreCardConfiguration
public String getInputType()
getInputType
in interface org.kie.internal.builder.ScoreCardConfiguration
public Properties toProperties()
toProperties
in interface org.kie.api.io.ResourceConfiguration
public org.kie.api.io.ResourceConfiguration fromProperties(Properties prop)
fromProperties
in interface org.kie.api.io.ResourceConfiguration
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.