| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.query.Expression | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.PropertyExpression | |
Java class for PropertyExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyExpression">
<complexContent>
<extension base="{http://query.core.datamodel.fs.documentum.emc.com/}Expression">
<sequence>
<element name="value" type="{http://query.core.datamodel.fs.documentum.emc.com/}ExpressionValue" minOccurs="0"/>
</sequence>
<attribute name="property" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="condition" type="{http://query.core.datamodel.fs.documentum.emc.com/}Condition" />
<attribute name="dataType" type="{http://schema.core.datamodel.fs.documentum.emc.com/}DataType" />
<attribute name="isRepeated" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isCaseSensitive" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| condition | |||||||||||
| dataType | |||||||||||
| isCaseSensitive | |||||||||||
| isRepeated | |||||||||||
| property | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the condition property.
| |||||||||||
Gets the value of the dataType property.
| |||||||||||
Gets the value of the isRepeated property.
| |||||||||||
Gets the value of the property property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Gets the value of the isCaseSensitive property.
| |||||||||||
Sets the value of the condition property.
| |||||||||||
Sets the value of the dataType property.
| |||||||||||
Sets the value of the isCaseSensitive property.
| |||||||||||
Sets the value of the isRepeated property.
| |||||||||||
Sets the value of the property property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the condition property.
Condition
Gets the value of the dataType property.
DataType
Gets the value of the isRepeated property.
Gets the value of the property property.
Gets the value of the value property.
ExpressionValue
Gets the value of the isCaseSensitive property.
Sets the value of the condition property.
| value | Allowed object is
Condition
|
|---|
Sets the value of the dataType property.
| value | Allowed object is
DataType
|
|---|
Sets the value of the isCaseSensitive property.
| value |
|---|
Sets the value of the isRepeated property.
| value | Allowed object is String |
|---|
Sets the value of the property property.
| value | Allowed object is String |
|---|
Sets the value of the value property.
| value | Allowed object is
ExpressionValue
|
|---|