Class TestCases.TestCase.ResultNode
java.lang.Object
org.kie.dmn.validation.dtanalysis.mcdc.dmntck.TestCases.TestCase.ResultNode
- Enclosing class:
- TestCases.TestCase
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="computed" type="{http://www.omg.org/spec/DMN/20160719/testcase}valueType" minOccurs="0"/>
<element name="expected" type="{http://www.omg.org/spec/DMN/20160719/testcase}valueType" minOccurs="0"/>
</sequence>
<attribute name="errorResult" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cast" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCast()Gets the value of the cast property.Gets the value of the computed property.Gets the value of the expected property.getName()Gets the value of the name property.getType()Gets the value of the type property.booleanGets the value of the errorResult property.voidSets the value of the cast property.voidsetComputed(ValueType value) Sets the value of the computed property.voidsetErrorResult(Boolean value) Sets the value of the errorResult property.voidsetExpected(ValueType value) Sets the value of the expected property.voidSets the value of the name property.voidSets the value of the type property.withComputed(ValueType value) withErrorResult(Boolean value) withExpected(ValueType value)
-
Field Details
-
computed
-
expected
-
errorResult
-
name
-
type
-
cast
-
-
Constructor Details
-
ResultNode
public ResultNode()
-
-
Method Details
-
getComputed
Gets the value of the computed property.- Returns:
- possible object is
ValueType
-
setComputed
Sets the value of the computed property.- Parameters:
value- allowed object isValueType
-
getExpected
Gets the value of the expected property.- Returns:
- possible object is
ValueType
-
setExpected
Sets the value of the expected property.- Parameters:
value- allowed object isValueType
-
isErrorResult
public boolean isErrorResult()Gets the value of the errorResult property.- Returns:
- possible object is
Boolean
-
setErrorResult
Sets the value of the errorResult property.- Parameters:
value- allowed object isBoolean
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getCast
Gets the value of the cast property.- Returns:
- possible object is
String
-
setCast
Sets the value of the cast property.- Parameters:
value- allowed object isString
-
withComputed
-
withExpected
-
withErrorResult
-
withName
-
withType
-
withCast
-