public class MethodQuery extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodQuery.Rule |
| Modifier and Type | Field and Description |
|---|---|
protected String |
entity |
protected Vector<MethodQuery.Rule> |
rules |
| Constructor and Description |
|---|
MethodQuery(String entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(MethodQuery.Rule rule) |
String |
getEntity() |
Vector<MethodQuery.Rule> |
getRules() |
protected String entity
protected Vector<MethodQuery.Rule> rules
public MethodQuery(String entity)
public String getEntity()
public void addRule(MethodQuery.Rule rule)
public Vector<MethodQuery.Rule> getRules()
Copyright © 2015. All Rights Reserved.