Uses of Interface
org.camunda.bpm.model.dmn.instance.ImportedElement
-
Packages that use ImportedElement Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of ImportedElement in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement ImportedElement Modifier and Type Class Description class
ImportedElementImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type ImportedElement Modifier and Type Field Description protected static ChildElement<ImportedElement>
ImportedValuesImpl. importedElementChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return ImportedElement Modifier and Type Method Description ImportedElement
ImportedValuesImpl. getImportedElement()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type ImportedElement Modifier and Type Method Description void
ImportedValuesImpl. setImportedElement(ImportedElement importedElement)
-
Uses of ImportedElement in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return ImportedElement Modifier and Type Method Description ImportedElement
ImportedValues. getImportedElement()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type ImportedElement Modifier and Type Method Description void
ImportedValues. setImportedElement(ImportedElement importedElement)
-