Class 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 Detail

      • value

        protected double value
    • Constructor Detail

      • TFloatConstantExpression

        public TFloatConstantExpression()
    • Method Detail

      • getValue

        public double getValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(double value)
        Sets the value of the value property.