|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
public void SetOperand(int Value)
Value - the operandPT_PROPIDSpublic int GetOperand()
PT_PROPIDSpublic void SetOperator(int Value)
Value - the operatorPT_FILTEROPSpublic int GetOperator()
PT_FILTEROPSpublic void SetValue(int Value)
Value - the value to setpublic void SetValue(java.lang.String Value)
Value - the value to setpublic void SetValue(com.plumtree.openfoundation.util.XPDateTime Value)
Value - the value to setpublic void SetValue(float Value)
Value - the value to setpublic void SetValue(double Value)
Value - the value to setpublic void SetValue(java.lang.Object Value)
Value - the value to setpublic int GetValueAsInt()
public java.lang.String GetValueAsString()
public com.plumtree.openfoundation.util.XPDateTime GetValueAsXPDateTime()
public float GetValueAsFloat()
public double GetValueAsDouble()
public java.lang.Object GetValueAsObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||