Uses of Interface
org.camunda.bpm.model.dmn.instance.Description
-
Packages that use Description Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of Description in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement Description Modifier and Type Class Description class
DescriptionImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type Description Modifier and Type Field Description protected static ChildElement<Description>
DmnElementImpl. descriptionChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return Description Modifier and Type Method Description Description
DmnElementImpl. getDescription()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type Description Modifier and Type Method Description void
DmnElementImpl. setDescription(Description description)
-
Uses of Description in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return Description Modifier and Type Method Description Description
DmnElement. getDescription()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type Description Modifier and Type Method Description void
DmnElement. setDescription(Description description)
-