Class TestCases.TestCase.ResultNode
- java.lang.Object
-
- org.kie.dmn.validation.dtanalysis.mcdc.dmntck.TestCases.TestCase.ResultNode
-
- Enclosing class:
- TestCases.TestCase
public static class TestCases.TestCase.ResultNode extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description ResultNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCast()Gets the value of the cast property.ValueTypegetComputed()Gets the value of the computed property.ValueTypegetExpected()Gets the value of the expected property.StringgetName()Gets the value of the name property.StringgetType()Gets the value of the type property.booleanisErrorResult()Gets the value of the errorResult property.voidsetCast(String value)Sets 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.voidsetName(String value)Sets the value of the name property.voidsetType(String value)Sets the value of the type property.TestCases.TestCase.ResultNodewithCast(String value)TestCases.TestCase.ResultNodewithComputed(ValueType value)TestCases.TestCase.ResultNodewithErrorResult(Boolean value)TestCases.TestCase.ResultNodewithExpected(ValueType value)TestCases.TestCase.ResultNodewithName(String value)TestCases.TestCase.ResultNodewithType(String value)
-
-
-
Method Detail
-
getComputed
public ValueType getComputed()
Gets the value of the computed property.- Returns:
- possible object is
ValueType
-
setComputed
public void setComputed(ValueType value)
Sets the value of the computed property.- Parameters:
value- allowed object isValueType
-
getExpected
public ValueType getExpected()
Gets the value of the expected property.- Returns:
- possible object is
ValueType
-
setExpected
public void setExpected(ValueType value)
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
public void setErrorResult(Boolean value)
Sets the value of the errorResult property.- Parameters:
value- allowed object isBoolean
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getCast
public String getCast()
Gets the value of the cast property.- Returns:
- possible object is
String
-
setCast
public void setCast(String value)
Sets the value of the cast property.- Parameters:
value- allowed object isString
-
withComputed
public TestCases.TestCase.ResultNode withComputed(ValueType value)
-
withExpected
public TestCases.TestCase.ResultNode withExpected(ValueType value)
-
withErrorResult
public TestCases.TestCase.ResultNode withErrorResult(Boolean value)
-
withName
public TestCases.TestCase.ResultNode withName(String value)
-
withType
public TestCases.TestCase.ResultNode withType(String value)
-
withCast
public TestCases.TestCase.ResultNode withCast(String value)
-
-