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 classItemComponentImplclassItemDefinitionImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type ItemDefinition Modifier and Type Field Description protected static ChildElementCollection<ItemDefinition>DefinitionsImpl. itemDefinitionCollectionMethods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type ItemDefinition Modifier and Type Method Description java.util.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 interfaceItemComponentMethods in org.camunda.bpm.model.dmn.instance that return types with arguments of type ItemDefinition Modifier and Type Method Description java.util.Collection<ItemDefinition>Definitions. getItemDefinitions()
-