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

      • value

        protected boolean value
    • Constructor Detail

      • TBoolConstantExpression

        public TBoolConstantExpression()
    • Method Detail

      • isValue

        public boolean isValue()
        Gets the value of the value property.
      • setValue

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