| java.lang.Object | ||
| ↳ | com.clarizen.api.queries.Expression | |
| ↳ | com.clarizen.api.queries.ConstantExpression | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the value property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the value property.
Sets the value of the value property.
| value | Allowed object is Object |
|---|