| Package | Description |
|---|---|
| br.org.scadabr.api.da | |
| br.org.scadabr.api.dao |
| Modifier and Type | Field and Description |
|---|---|
private ItemInfo[] |
BrowseTagsResponse.itemsList |
| Modifier and Type | Method and Description |
|---|---|
ItemInfo[] |
BrowseTagsResponse.getItemsList()
Gets the itemsList value for this BrowseTagsResponse.
|
ItemInfo |
BrowseTagsResponse.getItemsList(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowseTagsResponse.setItemsList(int i,
ItemInfo _value) |
void |
BrowseTagsResponse.setItemsList(ItemInfo[] itemsList)
Sets the itemsList value for this BrowseTagsResponse.
|
| Constructor and Description |
|---|
BrowseTagsResponse(APIError[] errors,
ItemInfo[] itemsList,
ReplyBase replyBase) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemInfo> |
MangoDaoImpl.browseTags(java.lang.String itemPath) |
java.util.List<ItemInfo> |
ScadaBRAPIDao.browseTags(java.lang.String itemPath) |