Uses of Interface
org.camunda.bpm.model.dmn.instance.ItemDefinition
-
Packages that use ItemDefinition Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of ItemDefinition in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement ItemDefinition Modifier and Type Class Description class
ItemComponentImpl
class
ItemDefinitionImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type ItemDefinition Modifier and Type Field Description protected static ChildElementCollection<ItemDefinition>
DefinitionsImpl. itemDefinitionCollection
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type ItemDefinition Modifier and Type Method Description Collection<ItemDefinition>
DefinitionsImpl. getItemDefinitions()
-
Uses of ItemDefinition in org.camunda.bpm.model.dmn.instance
Subinterfaces of ItemDefinition in org.camunda.bpm.model.dmn.instance Modifier and Type Interface Description interface
ItemComponent
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type ItemDefinition Modifier and Type Method Description Collection<ItemDefinition>
Definitions. getItemDefinitions()
-