public abstract class NonStringProperty<T> extends Property<T>
| Modifier | Constructor and Description |
|---|---|
protected |
NonStringProperty(String name,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
SimpleExpression |
eq(Object value)
Returns a new equals expression reflecting the property name and the specified value.
|
public SimpleExpression eq(Object value)
value - the value that should equal the property value.Copyright © 2012–2014. All rights reserved.