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 SummaryFieldsModifier and TypeFieldDescriptionprotected CompiledScriptprotected ElExpressionprotected Stringprotected Stringprotected Stringprotected Stringprotected DmnTypeDefinition
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcacheCompiledScript(CompiledScript compiledScript) getId()getName()voidsetCachedExpression(ElExpression expression) voidsetExpression(String expression) voidsetExpressionLanguage(String expressionLanguage) voidvoidvoidsetTypeDefinition(DmnTypeDefinition typeDefinition) toString()
- 
Field Details- 
id
- 
name
- 
typeDefinition
- 
expressionLanguage
- 
expression
- 
cachedCompiledScript
- 
cachedExpression
 
- 
- 
Constructor Details- 
DmnExpressionImplpublic DmnExpressionImpl()
 
- 
- 
Method Details- 
getId
- 
setId
- 
getName
- 
setName
- 
getTypeDefinition
- 
setTypeDefinition
- 
getExpressionLanguage
- 
setExpressionLanguage
- 
getExpression
- 
setExpression
- 
toString
- 
cacheCompiledScript- Specified by:
- cacheCompiledScriptin interface- CachedCompiledScriptSupport
 
- 
getCachedCompiledScript- Specified by:
- getCachedCompiledScriptin interface- CachedCompiledScriptSupport
 
- 
getCachedExpression- Specified by:
- getCachedExpressionin interface- CachedExpressionSupport
 
- 
setCachedExpression- Specified by:
- setCachedExpressionin interface- CachedExpressionSupport
 
 
-