Uses of Class
org.kie.dmn.validation.dtanalysis.mcdc.dmntck.ValueType.List
-
Packages that use ValueType.List Package Description org.kie.dmn.validation.dtanalysis.mcdc.dmntck -
-
Uses of ValueType.List in org.kie.dmn.validation.dtanalysis.mcdc.dmntck
Fields in org.kie.dmn.validation.dtanalysis.mcdc.dmntck with type parameters of type ValueType.List Modifier and Type Field Description protected JAXBElement<ValueType.List>ValueType. listMethods in org.kie.dmn.validation.dtanalysis.mcdc.dmntck that return ValueType.List Modifier and Type Method Description ValueType.ListObjectFactory. createValueTypeList()Create an instance ofValueType.ListValueType.ListValueType.List. withItem(Collection<ValueType> values)ValueType.ListValueType.List. withItem(ValueType... values)Methods in org.kie.dmn.validation.dtanalysis.mcdc.dmntck that return types with arguments of type ValueType.List Modifier and Type Method Description JAXBElement<ValueType.List>ObjectFactory. createValueTypeList(ValueType.List value)JAXBElement<ValueType.List>ValueType. getList()Gets the value of the list property.Methods in org.kie.dmn.validation.dtanalysis.mcdc.dmntck with parameters of type ValueType.List Modifier and Type Method Description JAXBElement<ValueType.List>ObjectFactory. createValueTypeList(ValueType.List value)Method parameters in org.kie.dmn.validation.dtanalysis.mcdc.dmntck with type arguments of type ValueType.List Modifier and Type Method Description voidValueType. setList(JAXBElement<ValueType.List> value)Sets the value of the list property.TestCases.TestCase.InputNodeTestCases.TestCase.InputNode. withList(JAXBElement<ValueType.List> value)ValueType.ComponentValueType.Component. withList(JAXBElement<ValueType.List> value)ValueTypeValueType. withList(JAXBElement<ValueType.List> value)
-