Package org.camunda.bpm.dmn.engine.impl
Class DmnVariableImpl
- java.lang.Object
-
- org.camunda.bpm.dmn.engine.impl.DmnVariableImpl
-
public class DmnVariableImpl extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
id
protected String
name
protected DmnTypeDefinition
typeDefinition
-
Constructor Summary
Constructors Constructor Description DmnVariableImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getName()
DmnTypeDefinition
getTypeDefinition()
void
setId(String id)
void
setName(String name)
void
setTypeDefinition(DmnTypeDefinition typeDefinition)
String
toString()
-
-
-
Field Detail
-
id
protected String id
-
name
protected String name
-
typeDefinition
protected DmnTypeDefinition typeDefinition
-
-
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)
-
-