|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The SequenceValue is a homogeneous multi-valued Value.
| Method Summary | |
int |
count()
Returns the number of elements in this sequence. |
Value |
getValue(int index)
Returns the object at the given index. |
java.util.Iterator |
getValues()
Returns an interator of this sequence's values. |
| Methods inherited from interface com.novell.ecb.value.Value |
compareTo, getName, getObjectInstance, getSyntaxName |
| Method Detail |
public int count()
public java.util.Iterator getValues()
public Value getValue(int index)
index - Integer specifying the position from which value is to be retrieved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||