Package org.oasisopen.odata.csdl.v4
Class TBoolConstantExpression
- java.lang.Object
-
- org.oasisopen.odata.csdl.v4.TBoolConstantExpression
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanvalue
-
Constructor Summary
Constructors Constructor Description TBoolConstantExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValue()Gets the value of the value property.voidsetValue(boolean value)Sets the value of the value property.
-