public class ScriptDescriptorRuntime extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
ScriptDescriptorRuntime() |
Modifier and Type | Method and Description |
---|---|
ClasspathImportService |
getClasspathImportService() |
SimpleNumberCoercer |
getCoercer() |
String |
getDefaultDialect() |
EPType[] |
getEvaluationTypes() |
String |
getExpression() |
String |
getOptionalDialect() |
String[] |
getParameterNames() |
ExprEvaluator[] |
getParameters() |
String |
getScriptName() |
void |
setClasspathImportService(ClasspathImportService classpathImportService) |
void |
setCoercer(SimpleNumberCoercer coercer) |
void |
setDefaultDialect(String defaultDialect) |
void |
setEvaluationTypes(EPType[] evaluationTypes) |
void |
setExpression(String expression) |
void |
setOptionalDialect(String optionalDialect) |
void |
setParameterNames(String[] parameterNames) |
void |
setParameters(ExprEvaluator[] parameters) |
void |
setScriptName(String scriptName) |
public static final EPTypeClass EPTYPE
public void setOptionalDialect(String optionalDialect)
public void setScriptName(String scriptName)
public void setExpression(String expression)
public void setParameterNames(String[] parameterNames)
public void setEvaluationTypes(EPType[] evaluationTypes)
public String getOptionalDialect()
public String getScriptName()
public String getExpression()
public String[] getParameterNames()
public EPType[] getEvaluationTypes()
public String getDefaultDialect()
public void setDefaultDialect(String defaultDialect)
public ClasspathImportService getClasspathImportService()
public void setClasspathImportService(ClasspathImportService classpathImportService)
public ExprEvaluator[] getParameters()
public void setParameters(ExprEvaluator[] parameters)
public SimpleNumberCoercer getCoercer()
public void setCoercer(SimpleNumberCoercer coercer)
Copyright © 2005–2021. All rights reserved.