org.camunda.bpm.dmn.engine.impl
Class DmnClauseEntryImpl

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.DmnElementImpl
      extended by org.camunda.bpm.dmn.engine.impl.DmnExpressionImpl
          extended by org.camunda.bpm.dmn.engine.impl.DmnClauseEntryImpl
All Implemented Interfaces:
DmnClauseEntry, DmnElement, DmnExpression

public class DmnClauseEntryImpl
extends DmnExpressionImpl
implements DmnClauseEntry


Field Summary
protected  DmnClause clause
           
 
Fields inherited from class org.camunda.bpm.dmn.engine.impl.DmnExpressionImpl
expression, expressionLanguage, itemDefinition
 
Fields inherited from class org.camunda.bpm.dmn.engine.impl.DmnElementImpl
key, name
 
Constructor Summary
DmnClauseEntryImpl()
           
 
Method Summary
 DmnClause getClause()
           
 void setClause(DmnClause clause)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.dmn.engine.impl.DmnExpressionImpl
getExpression, getExpressionLanguage, getItemDefinition, getKey, setExpression, setExpressionLanguage, setItemDefinition, setKey
 
Methods inherited from class org.camunda.bpm.dmn.engine.impl.DmnElementImpl
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.dmn.engine.DmnExpression
getExpression, getExpressionLanguage, getItemDefinition
 
Methods inherited from interface org.camunda.bpm.dmn.engine.DmnElement
getKey, getName
 

Field Detail

clause

protected DmnClause clause
Constructor Detail

DmnClauseEntryImpl

public DmnClauseEntryImpl()
Method Detail

getClause

public DmnClause getClause()
Specified by:
getClause in interface DmnClauseEntry

setClause

public void setClause(DmnClause clause)

toString

public String toString()
Overrides:
toString in class DmnExpressionImpl


Copyright © 2015 camunda services GmbH. All rights reserved.