public class TypeCheckRestriction extends Restriction implements TypeCheckRestrictionExtractor
restrictionExpressionList| Constructor and Description |
|---|
TypeCheckRestriction() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRestriction(String propertyName,
Object value,
String comparator)
Add restriction.
|
TypeCheckRestriction |
and()
And restriction.
|
TypeCheckRestriction |
isDefined(String propertyName)
Is defined t.
|
TypeCheckRestriction |
isNotDefined(String propertyName)
Is not defined t.
|
TypeCheckRestriction |
or()
Or restriction.
|
appendGroupedRestrictions, appendRestrictions, build, filterRestrictions, getBuildCompleted, getLogicalCombiner, getRestrictionExpressionList, setBuildCompleted, setLogicalCombiner, setRestrictionExpressionListpublic TypeCheckRestriction isDefined(String propertyName)
TypeCheckRestrictionExtractorisDefined in interface TypeCheckRestrictionExtractorpropertyName - the property namepublic TypeCheckRestriction isNotDefined(String propertyName)
TypeCheckRestrictionExtractorisNotDefined in interface TypeCheckRestrictionExtractorpropertyName - the property namepublic void addRestriction(String propertyName, Object value, String comparator)
AddRestrictionInterfaceaddRestriction in interface AddRestrictionInterfacepropertyName - the property namevalue - the valuecomparator - the comparatorpublic TypeCheckRestriction and()
RestrictionInterfaceand in interface RestrictionInterfacepublic TypeCheckRestriction or()
RestrictionInterfaceor in interface RestrictionInterfaceCopyright © 2020. All rights reserved.