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