org.camunda.bpm.dmn.engine.impl
Class DmnItemDefinitionImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.DmnElementImpl
org.camunda.bpm.dmn.engine.impl.DmnItemDefinitionImpl
- All Implemented Interfaces:
- DmnElement, DmnItemDefinition
public class DmnItemDefinitionImpl
- extends DmnElementImpl
- implements DmnItemDefinition
typeDefinition
protected DmnTypeDefinition typeDefinition
allowedValues
protected List<DmnExpression> allowedValues
DmnItemDefinitionImpl
public DmnItemDefinitionImpl()
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.