|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.fdsapi.arrays.ConditionalRE
Conditional that compares a column value against a RegularExpression and returns true if they
match.
View Code
| Constructor Summary | |
ConditionalRE(int col,
java.lang.Object reString)
Creates a new instance of ConditionalRE comparing the passed in column against the String representation of the passed in object. |
|
| Method Summary | |
java.lang.String |
getType()
used to create a String represenation of this object. |
boolean |
isTrue(java.lang.Object[] row)
Returns true if the column value matches the RegularExpression passed into the constructor. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConditionalRE(int col,
java.lang.Object reString)
| Method Detail |
public boolean isTrue(java.lang.Object[] row)
isTrue in interface Conditionalpublic java.lang.String getType()
getType in interface Conditionalpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||