public class

PropertyExpression

extends Expression
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.Expression
     ↳ com.emc.documentum.fs.datamodel.core.query.PropertyExpression

Class Overview

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>
 

Summary

Fields
protected Condition condition
protected DataType dataType
protected boolean isCaseSensitive
protected String isRepeated
protected String property
protected ExpressionValue value
Public Constructors
PropertyExpression()
Public Methods
Condition getCondition()
Gets the value of the condition property.
DataType getDataType()
Gets the value of the dataType property.
String getIsRepeated()
Gets the value of the isRepeated property.
String getProperty()
Gets the value of the property property.
ExpressionValue getValue()
Gets the value of the value property.
boolean isIsCaseSensitive()
Gets the value of the isCaseSensitive property.
void setCondition(Condition value)
Sets the value of the condition property.
void setDataType(DataType value)
Sets the value of the dataType property.
void setIsCaseSensitive(boolean value)
Sets the value of the isCaseSensitive property.
void setIsRepeated(String value)
Sets the value of the isRepeated property.
void setProperty(String value)
Sets the value of the property property.
void setValue(ExpressionValue value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Condition condition

protected DataType dataType

protected boolean isCaseSensitive

protected String isRepeated

protected String property

protected ExpressionValue value

Public Constructors

public PropertyExpression ()

Public Methods

public Condition getCondition ()

Gets the value of the condition property.

Returns

public DataType getDataType ()

Gets the value of the dataType property.

Returns

public String getIsRepeated ()

Gets the value of the isRepeated property.

Returns
  • possible object is String

public String getProperty ()

Gets the value of the property property.

Returns
  • possible object is String

public ExpressionValue getValue ()

Gets the value of the value property.

Returns

public boolean isIsCaseSensitive ()

Gets the value of the isCaseSensitive property.

public void setCondition (Condition value)

Sets the value of the condition property.

Parameters
value Allowed object is Condition

public void setDataType (DataType value)

Sets the value of the dataType property.

Parameters
value Allowed object is DataType

public void setIsCaseSensitive (boolean value)

Sets the value of the isCaseSensitive property.

Parameters
value

public void setIsRepeated (String value)

Sets the value of the isRepeated property.

Parameters
value Allowed object is String

public void setProperty (String value)

Sets the value of the property property.

Parameters
value Allowed object is String

public void setValue (ExpressionValue value)

Sets the value of the value property.

Parameters
value Allowed object is ExpressionValue