| java.lang.Object | ||
| ↳ | com.clarizen.api.queries.Expression | |
| ↳ | com.clarizen.api.queries.FieldExpression | |
Java class for FieldExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldExpression">
<complexContent>
<extension base="{http://clarizen.com/api/queries}Expression">
<sequence>
<element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldName property.
| |||||||||||
Sets the value of the fieldName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fieldName property.
Sets the value of the fieldName property.
| value | Allowed object is String |
|---|