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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cast |
protected ValueType |
computed |
protected Boolean |
errorResult |
protected ValueType |
expected |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
ResultNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCast()
Gets the value of the cast property.
|
ValueType |
getComputed()
Gets the value of the computed property.
|
ValueType |
getExpected()
Gets the value of the expected property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isErrorResult()
Gets the value of the errorResult property.
|
void |
setCast(String value)
Sets the value of the cast property.
|
void |
setComputed(ValueType value)
Sets the value of the computed property.
|
void |
setErrorResult(Boolean value)
Sets the value of the errorResult property.
|
void |
setExpected(ValueType value)
Sets the value of the expected property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
TestCases.TestCase.ResultNode |
withCast(String value) |
TestCases.TestCase.ResultNode |
withComputed(ValueType value) |
TestCases.TestCase.ResultNode |
withErrorResult(Boolean value) |
TestCases.TestCase.ResultNode |
withExpected(ValueType value) |
TestCases.TestCase.ResultNode |
withName(String value) |
TestCases.TestCase.ResultNode |
withType(String value) |
protected ValueType computed
protected ValueType expected
protected Boolean errorResult
protected String name
protected String type
protected String cast
public ValueType getComputed()
ValueTypepublic void setComputed(ValueType value)
value - allowed object is
ValueTypepublic ValueType getExpected()
ValueTypepublic void setExpected(ValueType value)
value - allowed object is
ValueTypepublic boolean isErrorResult()
Booleanpublic void setErrorResult(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getCast()
Stringpublic void setCast(String value)
value - allowed object is
Stringpublic TestCases.TestCase.ResultNode withComputed(ValueType value)
public TestCases.TestCase.ResultNode withExpected(ValueType value)
public TestCases.TestCase.ResultNode withErrorResult(Boolean value)
public TestCases.TestCase.ResultNode withName(String value)
public TestCases.TestCase.ResultNode withType(String value)
public TestCases.TestCase.ResultNode withCast(String value)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.