public class TBoolConstantExpression extends Object
Java class for TBoolConstantExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TBoolConstantExpression">
<simpleContent>
<extension base="<http://docs.oasis-open.org/odata/ns/edm>boolean">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
value |
| Constructor and Description |
|---|
TBoolConstantExpression() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValue()
Gets the value of the value property.
|
void |
setValue(boolean value)
Sets the value of the value property.
|
Copyright © 2018–2020. All rights reserved.