Package | Description |
---|---|
com.nomagic.reportwizard.tools.query |
Modifier and Type | Method and Description |
---|---|
QueryAttribute |
QueryPattern.getLastAttribute()
Get a last attribute form attribute list.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<QueryAttribute> |
QueryPattern.getAttributeList()
Return element's attribute list.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryPattern.addAttribute(QueryAttribute queryAttr)
Add attribute condition for the element.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryPattern.setAttributeList(java.util.List<QueryAttribute> attributeList)
Set element's attribute list.
|