@Immutable public class Relike extends Object implements Relike, Constraint
| Constructor and Description |
|---|
Relike(StaticOperand operand1,
PropertyValue operand2) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.
|
boolean |
equals(Object obj) |
StaticOperand |
getOperand1()
Get the static operand that identifies the value to match.
|
PropertyValue |
getOperand2()
Get the specification of the property.
|
int |
hashCode() |
String |
toString() |
public Relike(StaticOperand operand1, PropertyValue operand2)
public void accept(Visitor visitor)
Visitablepublic StaticOperand getOperand1()
RelikegetOperand1 in interface Relikepublic PropertyValue getOperand2()
RelikegetOperand2 in interface RelikeCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.