T - the type parameterpublic class GroupedRestriction<T> extends Object
| Constructor and Description |
|---|
GroupedRestriction(T restriction)
Instantiates a new Grouped restriction.
|
GroupedRestriction(T[] restrictions)
Instantiates a new Grouped restriction.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLogicalCombiner()
Gets logical combiner.
|
List<T> |
getRestrictions()
Gets restrictions.
|
void |
setLogicalCombiner(String logicalCombiner)
Sets logical combiner.
|
void |
setRestrictions(List<T> restrictions)
Sets restrictions.
|
public GroupedRestriction(T[] restrictions)
restrictions - the restrictionspublic GroupedRestriction(T restriction)
restriction - the restrictionpublic void setRestrictions(List<T> restrictions)
restrictions - the restrictionspublic String getLogicalCombiner()
public void setLogicalCombiner(String logicalCombiner)
logicalCombiner - the logical combinerCopyright © 2020. All rights reserved.