D
- type of the attribute to apply the condition to.public class SetCondition<D> extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SetCondition.Mode
Condition mode.
|
Constructor and Description |
---|
SetCondition(Set<D> values,
SetCondition.Mode mode)
Creates a new set condition.
|
public SetCondition(Set<D> values, SetCondition.Mode mode)
values
- values to apply the condition against.mode
- the mode to use the condition in.public Set<D> getValues()
public SetCondition.Mode getMode()
Copyright © 2015. All Rights Reserved.