public class WhereParams
extends java.lang.Object
Constructor and Description |
---|
WhereParams()
Create a new instance
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldName() |
java.lang.Class<?> |
getFieldTypeForIdentifier() |
java.lang.Object |
getValue() |
boolean |
isAllowWildcards() |
boolean |
isAnalyzed() |
boolean |
isNestedPath() |
void |
setAllowWildcards(boolean allowWildcards)
Should the field allow wildcards
|
void |
setAnalyzed(boolean isAnalyzed)
Should the field be analyzed
|
void |
setFieldName(java.lang.String fieldName) |
void |
setFieldTypeForIdentifier(java.lang.Class<?> fieldTypeForIdentifier) |
void |
setNestedPath(boolean isNestedPath)
Is this a root property or not?
|
void |
setValue(java.lang.Object value) |
public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName)
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public boolean isAnalyzed()
public void setAnalyzed(boolean isAnalyzed)
isAnalyzed
- public java.lang.Class<?> getFieldTypeForIdentifier()
public void setFieldTypeForIdentifier(java.lang.Class<?> fieldTypeForIdentifier)
public boolean isAllowWildcards()
public void setAllowWildcards(boolean allowWildcards)
allowWildcards
- public boolean isNestedPath()
public void setNestedPath(boolean isNestedPath)
isNestedPath
- Copyright © 2014. All Rights Reserved.