public abstract class AbstractPropertyConstraint extends AbstractConstraint implements Constraint
Constructor and Description |
---|
AbstractPropertyConstraint(java.lang.String name,
Operator operator)
Creates a new instance of AbstractPropertyConstraint with the given name and operator.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyName()
Gets the name of the property this constraint applies to.
|
getOperator, isNegated, negate, setOperator
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getOperator, isNegated, negate, setOperator
public AbstractPropertyConstraint(java.lang.String name, Operator operator)
name
- String containing the name of the property this constraint applies to.operator
- Operator which defines how this constraint is joined with other constraints.Copyright © 2010 - 2020 Adobe. All Rights Reserved