| Constructor and Description |
|---|
PropertyOperand() |
| Modifier and Type | Method and Description |
|---|---|
StringOperand<String> |
name()
Returns an operand which allows to build predicates testing for the name part of properties.
|
<V> Predicate |
nameAndValueEq(PropertyName<V> expectedPropertyName,
V expectedValue)
Returns a predicate testing for properties with the given property name and the given value.
|
Predicate |
nameAndValueEq(String expectedName,
String expectedValue)
Returns a predicate testing for properties with the given name and the given value.
|
Predicate |
undefined(PropertyName<?> propertyName)
Returns a predicate representing an undefined property predicate
|
Predicate |
undefined(String propertyName)
Returns a predicate representing an undefined property predicate
|
StringOperand<String> |
value()
Returns an operand which allows to build predicates testing for the value part of properties.
|
public StringOperand<String> name()
Returns an operand which allows to build predicates testing for the name part of properties.
public Predicate undefined(String propertyName)
Returns a predicate representing an undefined property predicate
propertyName - property which must be undefinedpublic Predicate undefined(PropertyName<?> propertyName)
Returns a predicate representing an undefined property predicate
propertyName - property which must be undefinedpublic StringOperand<String> value()
Returns an operand which allows to build predicates testing for the value part of properties.
public <V> Predicate nameAndValueEq(PropertyName<V> expectedPropertyName, V expectedValue)
Returns a predicate testing for properties with the given property name and the given value.
V - the type of the property valueexpectedPropertyName - the expected property nameexpectedValue - the expected property valuepublic Predicate nameAndValueEq(String expectedName, String expectedValue)
Returns a predicate testing for properties with the given name and the given value.
expectedName - the expected property nameexpectedValue - the expected property valueCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.