public class Like extends Object implements FieldRestriction
Restriction.RestrictionLevel| Constructor and Description |
|---|
Like(String fieldName,
String value) |
Like(String fieldName,
String value,
boolean ignoreCase) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
boolean |
getIgnoreCase() |
Restriction.RestrictionLevel |
getRestrictionLevel() |
String |
getValue() |
boolean |
satisfies(Object fieldValue) |
public String getFieldName()
getFieldName in interface FieldRestrictionpublic String getValue()
public boolean getIgnoreCase()
public Restriction.RestrictionLevel getRestrictionLevel()
getRestrictionLevel in interface Restrictionpublic boolean satisfies(Object fieldValue)
satisfies in interface RestrictionCopyright © 2015 jsolve. All rights reserved.