|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPTPropertyFilterStatement
A PropertyFilterStatement is an element within a filter that specifies an atomic condition, such as "Name = 'Fred'". PropertyFilterStatements can be combined through the use of IPTPropertyFilterClauses. See the documentation on IPTPropertyFilterItem for information on the relation between clauses, items, and statements.
IPTFilter
,
IPTPropertyFilterClauses
,
IPTPropertyFilterItem
Method Summary | |
---|---|
int |
GetOperand()
Returns the operand for the filter statement. |
int |
GetOperator()
Returns the operator for the filter statement. |
double |
GetValueAsDouble()
Returns the value for the filter statement. |
float |
GetValueAsFloat()
Returns the value for the filter statement. |
int |
GetValueAsInt()
Returns the value for the filter statement. |
java.lang.Object |
GetValueAsObject()
Returns the value for the filter statement. |
java.lang.String |
GetValueAsString()
Returns the value for the filter statement. |
com.plumtree.openfoundation.util.XPDateTime |
GetValueAsXPDateTime()
Returns the value for the filter statement. |
void |
SetOperand(int Value)
Sets the operand for the filter statement. |
void |
SetOperator(int Value)
Sets the operator for the filter statement. |
void |
SetValue(double Value)
Sets the value for the filter statement. |
void |
SetValue(float Value)
Sets the value for the filter statement. |
void |
SetValue(int Value)
Sets the value for the filter statement. |
void |
SetValue(java.lang.Object Value)
Sets the value for the filter statement. |
void |
SetValue(java.lang.String Value)
Sets the value for the filter statement. |
void |
SetValue(com.plumtree.openfoundation.util.XPDateTime Value)
Sets the value for the filter statement. |
Methods inherited from interface com.plumtree.server.IPTPropertyFilterItem |
---|
Clone, Export, GetType, Import |
Methods inherited from interface com.plumtree.server.IPTUnknown |
---|
GetInterfaces |
Method Detail |
---|
void SetOperand(int Value)
Value
- the operandPT_PROPIDS
int GetOperand()
PT_PROPIDS
void SetOperator(int Value)
Value
- the operatorPT_FILTEROPS
int GetOperator()
PT_FILTEROPS
void SetValue(int Value)
Value
- the value to setvoid SetValue(java.lang.String Value)
Value
- the value to setvoid SetValue(com.plumtree.openfoundation.util.XPDateTime Value)
Value
- the value to setvoid SetValue(float Value)
Value
- the value to setvoid SetValue(double Value)
Value
- the value to setvoid SetValue(java.lang.Object Value)
Value
- the value to setint GetValueAsInt()
java.lang.String GetValueAsString()
com.plumtree.openfoundation.util.XPDateTime GetValueAsXPDateTime()
float GetValueAsFloat()
double GetValueAsDouble()
java.lang.Object GetValueAsObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |