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
FieldsModifier and TypeFieldDescriptionprotected CompiledScriptprotected ElExpressionprotected Stringprotected Stringprotected Stringprotected Stringprotected DmnTypeDefinition - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
DmnExpressionImpl
public DmnExpressionImpl() 
 - 
 - 
Method Details
- 
getId
 - 
setId
 - 
getName
 - 
setName
 - 
getTypeDefinition
 - 
setTypeDefinition
 - 
getExpressionLanguage
 - 
setExpressionLanguage
 - 
getExpression
 - 
setExpression
 - 
toString
 - 
cacheCompiledScript
- Specified by:
 cacheCompiledScriptin interfaceCachedCompiledScriptSupport
 - 
getCachedCompiledScript
- Specified by:
 getCachedCompiledScriptin interfaceCachedCompiledScriptSupport
 - 
getCachedExpression
- Specified by:
 getCachedExpressionin interfaceCachedExpressionSupport
 - 
setCachedExpression
- Specified by:
 setCachedExpressionin interfaceCachedExpressionSupport
 
 -