Package org.camunda.bpm.dmn.engine.impl
Class DmnExpressionImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.DmnExpressionImpl
- All Implemented Interfaces:
CachedCompiledScriptSupport
,CachedExpressionSupport
public class DmnExpressionImpl
extends Object
implements CachedCompiledScriptSupport, CachedExpressionSupport
-
Field Summary
Modifier and TypeFieldDescriptionprotected CompiledScript
protected ElExpression
protected String
protected String
protected String
protected String
protected DmnTypeDefinition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheCompiledScript
(CompiledScript compiledScript) getId()
getName()
void
setCachedExpression
(ElExpression expression) void
setExpression
(String expression) void
setExpressionLanguage
(String expressionLanguage) void
void
void
setTypeDefinition
(DmnTypeDefinition typeDefinition) toString()
-
Field Details
-
id
-
name
-
typeDefinition
-
expressionLanguage
-
expression
-
cachedCompiledScript
-
cachedExpression
-
-
Constructor Details
-
DmnExpressionImpl
public DmnExpressionImpl()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getTypeDefinition
-
setTypeDefinition
-
getExpressionLanguage
-
setExpressionLanguage
-
getExpression
-
setExpression
-
toString
-
cacheCompiledScript
- Specified by:
cacheCompiledScript
in interfaceCachedCompiledScriptSupport
-
getCachedCompiledScript
- Specified by:
getCachedCompiledScript
in interfaceCachedCompiledScriptSupport
-
getCachedExpression
- Specified by:
getCachedExpression
in interfaceCachedExpressionSupport
-
setCachedExpression
- Specified by:
setCachedExpression
in interfaceCachedExpressionSupport
-