Uses of Class
org.kie.dmn.validation.dtanalysis.mcdc.dmntck.ValueType
-
Packages that use ValueType Package Description org.kie.dmn.validation.dtanalysis.mcdc.dmntck -
-
Uses of ValueType in org.kie.dmn.validation.dtanalysis.mcdc.dmntck
Subclasses of ValueType in org.kie.dmn.validation.dtanalysis.mcdc.dmntck Modifier and Type Class Description static classTestCases.TestCase.InputNodeJava class for anonymous complex type.static classValueType.ComponentJava class for anonymous complex type.Fields in org.kie.dmn.validation.dtanalysis.mcdc.dmntck declared as ValueType Modifier and Type Field Description protected ValueTypeTestCases.TestCase.ResultNode. computedprotected ValueTypeTestCases.TestCase.ResultNode. expectedFields in org.kie.dmn.validation.dtanalysis.mcdc.dmntck with type parameters of type ValueType Modifier and Type Field Description protected List<ValueType>ValueType.List. itemMethods in org.kie.dmn.validation.dtanalysis.mcdc.dmntck that return ValueType Modifier and Type Method Description ValueTypeObjectFactory. createValueType()Create an instance ofValueTypeValueTypeTestCases.TestCase.ResultNode. getComputed()Gets the value of the computed property.ValueTypeTestCases.TestCase.ResultNode. getExpected()Gets the value of the expected property.ValueTypeValueType. withComponent(Collection<ValueType.Component> values)ValueTypeValueType. withComponent(ValueType.Component... values)ValueTypeValueType. withExtensionElements(ValueType.ExtensionElements value)ValueTypeValueType. withList(JAXBElement<ValueType.List> value)ValueTypeValueType. withValue(JAXBElement<Object> value)Methods in org.kie.dmn.validation.dtanalysis.mcdc.dmntck that return types with arguments of type ValueType Modifier and Type Method Description List<ValueType>ValueType.List. getItem()Gets the value of the item property.Methods in org.kie.dmn.validation.dtanalysis.mcdc.dmntck with parameters of type ValueType Modifier and Type Method Description voidTestCases.TestCase.ResultNode. setComputed(ValueType value)Sets the value of the computed property.voidTestCases.TestCase.ResultNode. setExpected(ValueType value)Sets the value of the expected property.TestCases.TestCase.ResultNodeTestCases.TestCase.ResultNode. withComputed(ValueType value)TestCases.TestCase.ResultNodeTestCases.TestCase.ResultNode. withExpected(ValueType value)ValueType.ListValueType.List. withItem(ValueType... values)Method parameters in org.kie.dmn.validation.dtanalysis.mcdc.dmntck with type arguments of type ValueType Modifier and Type Method Description ValueType.ListValueType.List. withItem(Collection<ValueType> values)
-