Aqualogic Interaction API  
 

IPTPropertyFilterStatement Methods

The methods of the IPTPropertyFilterStatement interface are listed below. For a complete list of IPTPropertyFilterStatement interface members, see the IPTPropertyFilterStatement Members topic.

Public Instance Methods

GetOperand Returns the operand for the filter statement. In the example "Name = 'Fred'", the operand is Name. This will be a value from PT_PROPIDS.
GetOperator Returns the operator for the filter statement. In the example "Name = 'Fred'", the operand is "=". This will be a value from PT_FILTEROPS.
GetValueAsDouble Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
GetValueAsFloat Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
GetValueAsInt Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
GetValueAsObject Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
GetValueAsString Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
GetValueAsXPDateTime Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
SetOperand Sets the operand for the filter statement. In the example "Name = 'Fred'", the operand is Name. This should be a value from PT_PROPIDS.
SetOperator Sets the operator for the filter statement. In the example "Name = 'Fred'", the operand is "=". This should be a value from PT_FILTEROPS.
SetValueOverloaded. Sets the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".

See Also

IPTPropertyFilterStatement Interface | com.plumtree.server Namespace | IPTFilter | IPTPropertyFilterClauses | IPTPropertyFilterItem