Uses of Interface
org.camunda.bpm.model.dmn.instance.AllowedValues
-
Packages that use AllowedValues Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of AllowedValues in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement AllowedValues Modifier and Type Class Description classAllowedValuesImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type AllowedValues Modifier and Type Field Description protected static ChildElement<AllowedValues>ItemDefinitionImpl. allowedValuesChildMethods in org.camunda.bpm.model.dmn.impl.instance that return AllowedValues Modifier and Type Method Description AllowedValuesItemDefinitionImpl. getAllowedValues()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type AllowedValues Modifier and Type Method Description voidItemDefinitionImpl. setAllowedValues(AllowedValues allowedValues) -
Uses of AllowedValues in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return AllowedValues Modifier and Type Method Description AllowedValuesItemDefinition. getAllowedValues()Methods in org.camunda.bpm.model.dmn.instance with parameters of type AllowedValues Modifier and Type Method Description voidItemDefinition. setAllowedValues(AllowedValues allowedValues)
-