Uses of Interface
org.camunda.bpm.model.dmn.instance.ElementCollection
-
Packages that use ElementCollection Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of ElementCollection in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement ElementCollection Modifier and Type Class Description classElementCollectionImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type ElementCollection Modifier and Type Field Description protected static ChildElementCollection<ElementCollection>DefinitionsImpl. elementCollectionCollectionMethods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type ElementCollection Modifier and Type Method Description java.util.Collection<ElementCollection>DefinitionsImpl. getElementCollections() -
Uses of ElementCollection in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type ElementCollection Modifier and Type Method Description java.util.Collection<ElementCollection>Definitions. getElementCollections()
-