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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.DmnVariableImpl

public class DmnVariableImpl
extends Object


Field Summary
protected  String id
           
protected  String name
           
protected  DmnTypeDefinition typeDefinition
           
 
Constructor Summary
DmnVariableImpl()
           
 
Method Summary
 String getId()
           
 String getName()
           
 DmnTypeDefinition getTypeDefinition()
           
 void setId(String id)
           
 void setName(String name)
           
 void setTypeDefinition(DmnTypeDefinition typeDefinition)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

typeDefinition

protected DmnTypeDefinition typeDefinition
Constructor Detail

DmnVariableImpl

public DmnVariableImpl()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getTypeDefinition

public DmnTypeDefinition getTypeDefinition()

setTypeDefinition

public void setTypeDefinition(DmnTypeDefinition typeDefinition)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 camunda services GmbH. All rights reserved.