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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.DmnElementImpl
      extended by org.camunda.bpm.dmn.engine.impl.DmnItemDefinitionImpl
All Implemented Interfaces:
DmnElement, DmnItemDefinition

public class DmnItemDefinitionImpl
extends DmnElementImpl
implements DmnItemDefinition


Field Summary
protected  List<DmnExpression> allowedValues
           
protected  DmnTypeDefinition typeDefinition
           
 
Fields inherited from class org.camunda.bpm.dmn.engine.impl.DmnElementImpl
key, name
 
Constructor Summary
DmnItemDefinitionImpl()
           
 
Method Summary
 void addAllowedValue(DmnExpression allowedValue)
           
 List<DmnExpression> getAllowedValues()
           
 DmnTypeDefinition getTypeDefinition()
           
 void setAllowedValues(List<DmnExpression> allowedValues)
           
 void setTypeDefinition(DmnTypeDefinition typeDefinition)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.dmn.engine.impl.DmnElementImpl
getKey, getName, setKey, 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.DmnElement
getKey, getName
 

Field Detail

typeDefinition

protected DmnTypeDefinition typeDefinition

allowedValues

protected List<DmnExpression> allowedValues
Constructor Detail

DmnItemDefinitionImpl

public DmnItemDefinitionImpl()
Method Detail

getTypeDefinition

public DmnTypeDefinition getTypeDefinition()
Specified by:
getTypeDefinition in interface DmnItemDefinition

setTypeDefinition

public void setTypeDefinition(DmnTypeDefinition typeDefinition)

getAllowedValues

public List<DmnExpression> getAllowedValues()
Specified by:
getAllowedValues in interface DmnItemDefinition

setAllowedValues

public void setAllowedValues(List<DmnExpression> allowedValues)

addAllowedValue

public void addAllowedValue(DmnExpression allowedValue)

toString

public String toString()
Overrides:
toString in class DmnElementImpl


Copyright © 2015 camunda services GmbH. All rights reserved.