|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.connector.metadata.index.MetadataInCriteria
public class MetadataInCriteria
| Constructor Summary | |
|---|---|
MetadataInCriteria(java.lang.String fieldName,
java.util.Collection fieldValues)
Constructor MetadataInCriteria |
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldFunction()
Get the name of the function applied on the field part of criteria. |
java.lang.String |
getFieldName()
Get the name of field used on criteria which gets matched against a literal. |
java.util.Collection |
getFieldValues()
Get the value of field used on criteria which is a literal used as part of seach criteria. |
java.util.Collection |
getLiteralCriteria()
Get a collection of MetadataLiteralCriteria objects that represent this MetadataInCriteria object. |
boolean |
hasFieldWithCaseFunctions()
Return true if any case functions are involved on the fieldName of this criteria |
void |
setFieldFunction(java.lang.String fieldFunction)
Set the name of the function applied on the field part of criteria. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataInCriteria(java.lang.String fieldName,
java.util.Collection fieldValues)
fieldName - The name of field used on criteria which gets matched against a literal.fieldValue - The value of field used on criteria which is a literal used as part of seach criteria.| Method Detail |
|---|
public java.lang.String getFieldFunction()
public void setFieldFunction(java.lang.String fieldFunction)
fieldFunction - The fieldFunction to set.public java.lang.String getFieldName()
public java.util.Collection getFieldValues()
public boolean hasFieldWithCaseFunctions()
public java.util.Collection getLiteralCriteria()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||