|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The CompositeValue is used to store heterogeneous multi-valued Value.
| Method Summary | |
java.util.Iterator |
getCompositeNames()
Returns an iterator of the element names in this composite. |
Value |
getValue(java.lang.String compositeName)
Returns an object with the given element value. |
java.util.Iterator |
getValues()
Returns an iterator of the elements in this composite. |
| Methods inherited from interface com.novell.ecb.value.Value |
compareTo, getName, getObjectInstance, getSyntaxName |
| Method Detail |
public java.util.Iterator getCompositeNames()
public Value getValue(java.lang.String compositeName)
compositeName - String whose value needs to be retrieved.
public java.util.Iterator getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||