|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DrbAttributeList
Collection of attributes. This interface provides primary operations to handle collections of DrbAttribute.
| Method Summary | |
|---|---|
int |
getLength()
The number of items in the list. |
DrbAttribute |
getNamedItem(String name)
Returns the item matching a specific name. |
DrbAttribute |
item(int index)
Returns a specific item of the list. |
| Methods inherited from interface fr.gael.drb.DrbSequence |
|---|
addItem, atomize, getItem, removeItem |
| Method Detail |
|---|
DrbAttribute item(int index)
index - The position of the item starting from 0 and not greater or
equal to the item count in the list.
DrbAttribute getNamedItem(String name)
name - The name to match.
int getLength()
getLength in interface DrbSequence
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||