|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A list for IOrderedRelationPositioning s.
| Method Summary | |
void |
add(int index,
IOrderedRelationPositioning positioning)
Inserts the specified positioning object at the specified position in the list. |
void |
add(int index,
java.lang.String relationID,
IOrderedRelationPosition position)
Inserts the specified relation and position as a new positioning object at the specified position in the list. |
boolean |
add(IOrderedRelationPositioning positioning)
Appends the specified positioning object to the end of the list. |
boolean |
add(java.lang.String relationID,
IOrderedRelationPosition position)
Appends the specified realtion and position as a new positioning object to the end of the list. |
IOrderedRelationPositioning |
get(int index)
Returns the positioning object with the specified index in the list. |
java.util.Collection |
getCollection()
Return this typed list as an standard java collection. |
IOrderedRelationPositioningListIterator |
listIterator()
Returns a list iterator. |
IOrderedRelationPositioningListIterator |
listIterator(int index)
Returns a list iterator. |
int |
size()
Return the number of positioning objects in the list. |
| Method Detail |
public java.util.Collection getCollection()
Collection representing this typed list.public int size()
int with the number of elements in the list.public boolean add(IOrderedRelationPositioning positioning)
positioning - the IOrderedRelationPositioning element to
add.boolean true .
public boolean add(java.lang.String relationID,
IOrderedRelationPosition position)
relationID - a String with the id of the relation to use
for the positioning element to add.position - the IOrderedRelationPosition to use for the
positioning element to add.boolean true .public IOrderedRelationPositioning get(int index)
index - an int with the index to lookup.IOrderedRelationPosition with the element at the
specified index.java.lang.IndexOutOfBoundsException - if the index is out of
range (index < 0 || index >= size()).
public void add(int index,
IOrderedRelationPositioning positioning)
index - an int with the index to insert the element at.
the existing element at and those elements after this index are
shifted to the right (one is added to their index).positioning - the IOrderedRelationPositioning element to
insert.java.lang.IndexOutOfBoundsException - if the index is out of
range (index < 0 || index >= size()).
public void add(int index,
java.lang.String relationID,
IOrderedRelationPosition position)
index - an int with the index to insert the element at.
the existing element at and those elements after this index are
shifted to the right (one is added to their index).relationID - a String with the id of the relation to use
for the positioning element to add.position - the IOrderedRelationPosition to use for the
positioning element to add.java.lang.IndexOutOfBoundsException - if the index is out of
range (index < 0 || index >= size()).public IOrderedRelationPositioningListIterator listIterator()
IOrderedRelationPositioningListIterator with an
iterator for the list.public IOrderedRelationPositioningListIterator listIterator(int index)
index - an int with the position to start the iterator
at.IOrderedRelationPositioningListIterator with an
iterator for the list and the specified start.java.lang.IndexOutOfBoundsException - if the index is out of
range (index < 0 || index >= size()).
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||