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() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubConditions
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public QueryCallPattern(QueryCallViewItem queryCallView)
public QueryDef getQuery()
public Argument<?>[] getArguments()
public boolean isOpen()
public Condition.Type getType()
public Variable<?>[] getBoundVariables()
getBoundVariables
in interface Condition
public boolean isEqualTo(ModelComponent other)
isEqualTo
in interface ModelComponent
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.