|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.df.api.dml.DFOperator
com.im.df.api.dml.Operators.SimpleFieldValuesOperator
com.im.df.api.dml.Operators.NullOperator
public static class Operators.NullOperator
IS NULL/ IS NOT NULL operators
| Constructor Summary | |
|---|---|
Operators.NullOperator(String displayName)
|
|
| Method Summary | |
|---|---|
boolean |
isFieldAcceptableAsOperand(DFField field)
This is just an utility method which must be implemented by subclasses. |
| Methods inherited from class com.im.df.api.dml.Operators.SimpleFieldValuesOperator |
|---|
getReturnType, getValidFormatMsg, isEmptyStringAllowed, parseOperands, validate |
| Methods inherited from class com.im.df.api.dml.DFOperator |
|---|
correctNumberOfOperands, getDisplayName, getDisplayNameInExpression, getMaxOperands, getMinOperands, getToStringPart, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Operators.NullOperator(String displayName)
| Method Detail |
|---|
public boolean isFieldAcceptableAsOperand(DFField field)
DFOperatorFor example some operator takes two operands of different types (text, integer,...), but both must be of the same type. In this case this method returns true for all text, integer etc. fields, but if you use combination of [text, integer] as operands, it will be invalid.
isFieldAcceptableAsOperand in class Operators.SimpleFieldValuesOperatorfield - The field to be tested
|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||