public class QueryCallPattern extends Object implements Condition, ModelComponent
Condition.Type| Constructor and Description |
|---|
QueryCallPattern(QueryCallViewItem queryCallView) |
QueryCallPattern(QueryDef query,
boolean open,
Argument<?>... arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Argument<?>[] |
getArguments() |
Variable<?>[] |
getBoundVariables() |
QueryDef |
getQuery() |
Condition.Type |
getType() |
int |
hashCode() |
boolean |
isEqualTo(ModelComponent other) |
boolean |
isOpen() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSubConditionsareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModelpublic QueryCallPattern(QueryCallViewItem queryCallView)
public QueryDef getQuery()
public Argument<?>[] getArguments()
public boolean isOpen()
public Condition.Type getType()
public Variable<?>[] getBoundVariables()
getBoundVariables in interface Conditionpublic boolean isEqualTo(ModelComponent other)
isEqualTo in interface ModelComponentCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.