public class

ConstantExpression

extends Expression
java.lang.Object
   ↳ com.clarizen.api.queries.Expression
     ↳ com.clarizen.api.queries.ConstantExpression

Class Overview

Java class for ConstantExpression complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConstantExpression">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}Expression">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Object value
Public Constructors
ConstantExpression()
Public Methods
Object getValue()
Gets the value of the value property.
void setValue(Object value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Object value

Public Constructors

public ConstantExpression ()

Public Methods

public Object getValue ()

Gets the value of the value property.

Returns
  • possible object is Object

public void setValue (Object value)

Sets the value of the value property.

Parameters
value Allowed object is Object