Package org.oasisopen.odata.csdl.v4
Class TFloatConstantExpression
- java.lang.Object
-
- org.oasisopen.odata.csdl.v4.TFloatConstantExpression
-
public class TFloatConstantExpression extends Object
Java class for TFloatConstantExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TFloatConstantExpression"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>double"> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected doublevalue
-
Constructor Summary
Constructors Constructor Description TFloatConstantExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetValue()Gets the value of the value property.voidsetValue(double value)Sets the value of the value property.
-