com.novell.ecb.value
Interface CompositeValue

All Superinterfaces:
Value

public interface CompositeValue
extends Value

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

getCompositeNames

public java.util.Iterator getCompositeNames()
Returns an iterator of the element names in this composite.

Returns:
Iterator Iterator of the element names in this composite.

getValue

public Value getValue(java.lang.String compositeName)
Returns an object with the given element value.

Parameters:
compositeName - String whose value needs to be retrieved.
Returns:
Value Value of the name which was passed as parameter.

getValues

public java.util.Iterator getValues()
Returns an iterator of the elements in this composite.

Returns:
Iterator An iterator of the elements in this composite.


Copyright © 2001-2003 Novell, Inc. All Rights Reserved.